Module pallet_indices::pallet::dispatchables
source · Expand description
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.