-
Notifications
You must be signed in to change notification settings - Fork 1
ServerContext
ratranqu edited this page Jan 28, 2021
·
1 revision
public class ServerContextvar configuration: Tendermint.Configuration = .defaultvar logger: Loggervar codec: Codecvar defaultHome: String = ""let commands: [ParsableCommand.Type] = [
StartCommand.self,
// UnsafeResetAllCommand.self,
// TenderminCommand.self,
// ExportCommand.self,
// VersionCommand.self
]var makeApp: MakeAppvar exportApp: ExportApppublic static func makeDatabase(path: String) throws -> Databasepublic static func makeTraceWriter(path: String) throws -> WriterGenerated 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