referrerpolicy=no-referrer-when-downgrade

Module dispatchables

Source
Expand description

Auto-generated docs-only module listing all defined dispatchables for this pallet.

§Warning: Doc-Only

Members of this module cannot be used directly and are only provided for documentation purposes. To see the real version of each dispatchable, look for them in Pallet or Call.

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 account who.
burn
Reduce the balance of who by as much as possible up to amount assets of id.
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 account who. who must already exist as an entry in Accounts of the asset. If you want to freeze an account that does not have an entry, use touch_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.