Expand description
SNIP-20 token interface definitions from a contract.
Structs§
- Burn
From Action - Create
Viewing KeyResponse - Given
Allowance - ISnip20
- SNIP-20 token wrapper to easily call methods on contracts that implement the standard.
- Initial
Balance - Instantiate
Msg - Mint
Action - Received
Allowance - RichTx
- Rich
TxCanon - Send
Action - Send
From Action - Token
Config - 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.
- Token
Info - Transfer
Action - Transfer
From Action - Tx
- TxAction
Canon
Enums§
- Execute
Answer - Execute
Msg - Query
Answer - Query
Msg - Query
Permission - Query
With Permit - Response
Status - TxAction
- TxCode
Traits§
- Snip20
- Interface trait that defines all methods of the SNIP-20 standard.
See
fadroma::scrt::snip20::contract
for the default implementation.