Contextual
public protocol Contextual
Contextual protocol defines the interface about context need.
-
Contexttype is the context class that for use.Declaration
Swift
associatedtype Context -
Context for the crypto.
Declaration
Swift
var context: Context { get set } -
Initialize with a context object.
Declaration
Swift
init(context: Context)Parameters
contextContext object that subclass from
CatCryptoContext.
View on GitHub
Install in Dash
Contextual Protocol Reference