Name | Lookup | Parameters | |
|---|---|---|---|
| claim | 0400 | 1 | |
| transfer | 0401 | 2 | |
| free | 0402 | 1 | |
| force_transfer | 0403 | 3 | |
| freeze | 0404 | 1 | |
| poke_deposit | 0405 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| IndexAssigned | 0400 | ["AccountId","AccountIndex"] | |
| IndexFreed | 0401 | ["AccountIndex"] | |
| IndexFrozen | 0402 | ["AccountIndex","AccountId"] | |
| DepositPoked | 0403 | ["AccountId","AccountIndex","BalanceOf","BalanceOf"] |
Name | Type | |
|---|---|---|
| Accounts | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"Tuple:AccountIdU128Bool","keys_id":4,"value_id":559}} |
Name | Type | Value | |
|---|---|---|---|
| Deposit | U128 | 00e87648170000000000000000000000 |
Name | Docs |
|---|---|
| NotAssigned | The index was not already assigned. |
| NotOwner | The index is assigned to another account. |
| InUse | The index was not available. |
| NotTransfer | The source and destination accounts are identical. |
| Permanent | The index is permanent and may not be freed/changed. |