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§

claim
Assign an previously unassigned index.
force_transfer
Force an index to an account. This doesn’t require a deposit. If the index is already held, then any deposit is reimbursed to its current owner.
free
Free up an index owned by the sender.
freeze
Freeze an index so it will always point to the sender account. This consumes the deposit.
poke_deposit
Poke the deposit reserved for an index.
transfer
Assign an index already owned by the sender to another account. The balance reservation is effectively transferred to the new account.