-
Notifications
You must be signed in to change notification settings - Fork 1
GenesisDocument
JaapWijnen edited this page Feb 15, 2021
·
2 revisions
public struct GenesisDocument<AppState: Codable>: CodableCodable
public init(jsonData: Data) throwspublic init(fileAtPath path: String) throwsvar chainID: Stringvar validators: [GenesisValidator]?var appState: AppState?public func save(atFilePath path: String) throwspublic mutating func validateAndComplete() throwsmutating public func exportGenesisFile(atPath genesisFilePath: String) throwsGenerated 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