-
Notifications
You must be signed in to change notification settings - Fork 1
Account
ratranqu edited this page Jan 28, 2021
·
4 revisions
public protocol Account: ProtocolCodable, CustomStringConvertibleCustomStringConvertible, ProtocolCodable
var address: AccountAddressmutating func set(address: AccountAddress) throwsvar publicKey: PublicKey?mutating func set(publicKey: PublicKey) throwsvar accountNumber: UInt64mutating func set(accountNumber: UInt64) throwsvar sequence: UInt64mutating func set(sequence: UInt64) throwsvar coins: Coinsmutating func set(coins: Coins) throwsfunc spendableCoins(blockTime: TimeInterval) -> CoinsGenerated 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