Expand description
Functions§
- approve_
transfer - Approve an amount of asset for transfer by a delegated third-party account.
- block
- Disallow further unprivileged transfers of an asset
id
to and from an accountwho
. - burn
- Reduce the balance of
who
by as much as possible up toamount
assets ofid
. - cancel_
approval - Cancel all of some asset approved for delegated transfer by a third-party account.
- clear_
metadata - Clear the metadata for an asset.
- create
- Issue a new class of fungible assets from a public origin.
- destroy_
accounts - Destroy all accounts associated with a given asset.
- destroy_
approvals - Destroy all approvals associated with a given asset up to the max (T::RemoveItemsLimit).
- finish_
destroy - Complete destroying asset and unreserve currency.
- force_
asset_ status - Alter the attributes of a given asset.
- force_
cancel_ approval - Cancel all of some asset approved for delegated transfer by a third-party account.
- force_
clear_ metadata - Clear the metadata for an asset.
- force_
create - Issue a new class of fungible assets from a privileged origin.
- force_
set_ metadata - Force the metadata for an asset to some value.
- force_
transfer - Move some assets from one account to another.
- freeze
- Disallow further unprivileged transfers of an asset
id
from an accountwho
.who
must already exist as an entry inAccount
s of the asset. If you want to freeze an account that does not have an entry, usetouch_other
first. - freeze_
asset - Disallow further unprivileged transfers for the asset class.
- mint
- Mint assets of a particular class.
- refund
- Return the deposit (if any) of an asset account or a consumer reference (if any) of an account.
- refund_
other - Return the deposit (if any) of a target asset account. Useful if you are the depositor.
- set_
metadata - Set the metadata for an asset.
- set_
min_ balance - Sets the minimum balance of an asset.
- set_
team - Change the Issuer, Admin and Freezer of an asset.
- start_
destroy - Start the process of destroying a fungible asset class.
- thaw
- Allow unprivileged transfers to and from an account again.
- thaw_
asset - Allow unprivileged transfers for the asset again.
- touch
- Create an asset account for non-provider assets.
- touch_
other - Create an asset account for
who
. - transfer
- Move some assets from the sender account to another.
- transfer_
all - Transfer the entire transferable balance from the caller asset account.
- transfer_
approved - Transfer some asset balance from a previously delegated account to some third-party account.
- transfer_
keep_ alive - Move some assets from the sender account to another, keeping the sender account alive.
- transfer_
ownership - Change the Owner of an asset.