-
Notifications
You must be signed in to change notification settings - Fork 1
SendKeeper
ratranqu edited this page Jan 28, 2021
·
2 revisions
public protocol SendKeeper: ViewKeeperfunc inputOutputCoins(request: Request, inputs: [Input], outputs: [Output]) throwsfunc sendCoins(request: Request, fromAddress: AccountAddress, toAddress: AccountAddress, amount: Coins) throws@discardableResult func subtractCoins(requet: Request, address: AccountAddress, amount: Coins) throws -> Coins@discardableResult func addCoins(request: Request, address: AccountAddress, amount: Coins) throws -> Coinsfunc setCoins(request: Request, address: AccountAddress, amount: Coins) 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