Module pallet_indices::pallet::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
- Assign an previously unassigned index.
- 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 up an index owned by the sender.
- Freeze an index so it will always point to the sender account. This consumes the deposit.
- Assign an index already owned by the sender to another account. The balance reservation is effectively transferred to the new account.