We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
public class BankAppModuleBasic: AppModuleBasic
AppModuleBasic
init()
public init()
name
let name: String = BankKeys.moduleName
register(codec:)
public func register(codec: Codec)
defaultGenesis()
public func defaultGenesis() -> JSON?
validateGenesis(json:)
public func validateGenesis(json: JSON) throws