Name | Lookup | Parameters | |
|---|---|---|---|
| claim | 2c00 | 1 | |
| transfer | 2c01 | 2 | |
| free | 2c02 | 1 | |
| force_transfer | 2c03 | 3 | |
| freeze | 2c04 | 1 | |
| poke_deposit | 2c05 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| IndexAssigned | 2c00 | ["AccountId","AccountIndex"] | |
| IndexFreed | 2c01 | ["AccountIndex"] | |
| IndexFrozen | 2c02 | ["AccountIndex","AccountId"] | |
| DepositPoked | 2c03 | ["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":948}} |
Name | Type | Value | |
|---|---|---|---|
| Deposit | U128 | 9466518e010000000000000000000000 |
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. |