-
Notifications
You must be signed in to change notification settings - Fork 1
App
ratranqu edited this page Jan 28, 2021
·
1 revision
public protocol AppThe assigned name of the app.
var name: Stringvar codec: Codecfunc beginBlocker(request: Request, beginBlockRequest: RequestBeginBlock) -> ResponseBeginBlockfunc endBlocker(request: Request, endBlockRequest: RequestEndBlock) -> ResponseEndBlockfunc initChainer(request: Request, initChainRequest: RequestInitChain) -> ResponseInitChainfunc load(height: Int64) throwsfunc exportAppStateAndValidators(forZeroHeight: Bool, jailWhiteList: [String]) throws -> (JSON, [GenesisValidator])var moduleAccountAddresses: [String: Bool]var simulationManager: SimulationManager?Generated 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