Expand description
SNIP-20 token interface definitions from a contract.
Structs
- SNIP-20 token wrapper to easily call methods on contracts that implement the standard.
- 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.
Enums
Traits
- Interface trait that defines all methods of the SNIP-20 standard. See
fadroma::scrt::snip20::contract
for the default implementation.