Module client

Source
Expand description

SNIP-20 token interface definitions from a contract.

Structs§

BurnFromAction
CreateViewingKeyResponse
GivenAllowance
ISnip20
SNIP-20 token wrapper to easily call methods on contracts that implement the standard.
InitialBalance
InstantiateMsg
MintAction
ReceivedAllowance
RichTx
RichTxCanon
SendAction
SendFromAction
TokenConfig
This type represents optional configuration values which can be overridden. All values are optional and have defaults which are more private by default, but can be overridden if necessary.
TokenInfo
TransferAction
TransferFromAction
Tx
TxActionCanon

Enums§

ExecuteAnswer
ExecuteMsg
QueryAnswer
QueryMsg
QueryPermission
QueryWithPermit
ResponseStatus
TxAction
TxCode

Traits§

Snip20
Interface trait that defines all methods of the SNIP-20 standard. See fadroma::scrt::snip20::contract for the default implementation.