Structs§
- Burn
From Params - Instruction to burn an amount of tokens from another address.
- Burn
From Return - The updated value after a delegated burn.
- Burn
Params - Instruction to burn an amount of tokens.
- Burn
Return - The updated value after burning.
- Decrease
Allowance Params - Instruction to decrease an allowance between two addresses.
- GetAllowance
Params - Params to get allowance between to addresses.
- Increase
Allowance Params - Instruction to increase an allowance between two addresses.
- Mint
Intermediate - Intermediate data used by mint_return to construct the return data.
- Mint
Return - Return value after a successful mint.
- Revoke
Allowance Params - Instruction to revoke (set to 0) an allowance.
- Transfer
From Intermediate - Intermediate data used by transfer_from_return to construct the return data.
- Transfer
From Params - Instruction to transfer tokens between two addresses as an operator.
- Transfer
From Return - Return value after a successful delegated transfer.
- Transfer
Intermediate - Intermediate data used by transfer_return to construct the return data.
- Transfer
Params - Instruction to transfer tokens to another address.
- Transfer
Return - Return value after a successful transfer.
Traits§
- FRC46
Token - A standard fungible token interface allowing for on-chain transactions that implements the FRC-0046 standard. This represents the external interface exposed to other on-chain actors.