-
Notifications
You must be signed in to change notification settings - Fork 1
AuthAppModule
ratranqu edited this page Jan 28, 2021
·
1 revision
public class AuthAppModule: AuthAppModuleBasic, AppModulepublic init(accountKeeper: AccountKeeper)var route: Stringvar querierRoute: Stringpublic func registerInvariants(in invariantRegistry: InvariantRegistry)public func makeHandler() -> Handler?public func makeQuerier() -> Querier?BeginBlock returns the begin blocker for the auth module.
public func beginBlock(request: Request, beginBlockRequest: RequestBeginBlock)EndBlock returns the end blocker for the auth module. It returns no validator updates.
public func endBlock(request: Request, endBlockRequest: RequestEndBlock) -> [ValidatorUpdate]InitGenesis performs genesis initialization for the auth module. It returns no validator updates.
public func initGenesis(request: Request, json: JSON) -> [ValidatorUpdate]ExportGenesis returns the exported genesis state as raw bytes for the auth module.
public func exportGenesis(request: Request) -> JSONGenerated at 2021-04-21T13:08:01+0000 using swift-doc 1.0.0-beta.5.
Types
- BuyName
- BuyNameMessage
- DeleteName
- DeleteNameMessage
- GenesisState
- GetWhois
- KeysOptions
- ListWhois
- NameServiceApp
- NameServiceAppModule
- NameServiceAppModuleBasic
- NameServiceKeeper
- NameServiceKeys
- QueryCommand
- QueryNameserviceCommand
- ResolveName
- SetName
- SetNameMessage
- TransactionCommand
- TransactionNameserviceCommand
- Whois