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 AuthAppModuleBasic: AppModuleBasic
AppModuleBasic
init()
public init()
name
let name: String = AuthKeys.moduleName
register(codec:)
public func register(codec: Codec)
defaultGenesis()
DefaultGenesis returns default genesis state as raw bytes for the auth module.
public func defaultGenesis() -> JSON?
validateGenesis(json:)
ValidateGenesis performs genesis state validation for the auth module.
public func validateGenesis(json: JSON) throws