-
Notifications
You must be signed in to change notification settings - Fork 1
Account
JaapWijnen edited this page Mar 9, 2021
·
4 revisions
public struct AccountCodable, CustomStringConvertible, ProtocolCodable
public init(from decoder: Decoder) throwspublic func encode(to encoder: Encoder) throwsvar address: AccountAddressmutating func set(address: AccountAddress) throwsvar publicKey: PublicKeyProtocol?mutating func set(publicKey: PublicKeyProtocol) throwsvar accountNumber: UInt64mutating func set(accountNumber: UInt64) throwsvar sequence: UInt64mutating func set(sequence: UInt64) throwsvar coins: [Coin]mutating func set(coins: [Coin]) throwsfunc spendableCoins(blockTime: TimeInterval) -> [Coin]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