-
Notifications
You must be signed in to change notification settings - Fork 1
SendKeeper
JaapWijnen edited this page Feb 19, 2021
·
2 revisions
public protocol SendKeeper: ViewKeeperfunc inputOutputCoins(request: Request, inputs: [Input], outputs: [Output]) throwsfunc sendCoins(request: Request, fromAddress: AccountAddress, toAddress: AccountAddress, amount: [Coin]) throws@discardableResult func subtractCoins(requet: Request, address: AccountAddress, amount: [Coin]) throws -> [Coin]@discardableResult func addCoins(request: Request, address: AccountAddress, amount: [Coin]) throws -> [Coin]func setCoins(request: Request, address: AccountAddress, amount: [Coin]) throwsfunc isSendEnabled(request: Request) -> Boolfunc setSendEnabled(request: Request, enabled: Bool)func isBlacklisted(address: AccountAddress) -> BoolGenerated 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