Name | Lookup | Parameters | |
|---|---|---|---|
| transfer | 1e00 | 3 | |
| transfer_all | 1e01 | 3 | |
| transfer_keep_alive | 1e02 | 3 | |
| force_transfer | 1e03 | 4 | |
| set_balance | 1e04 | 4 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Endowed | 1e00 | ["CurrencyId","AccountId","Balance"] | |
| DustLost | 1e01 | ["CurrencyId","AccountId","Balance"] | |
| Transfer | 1e02 | ["CurrencyId","AccountId","AccountId","Balance"] | |
| Reserved | 1e03 | ["CurrencyId","AccountId","Balance"] | |
| Unreserved | 1e04 | ["CurrencyId","AccountId","Balance"] | |
| BalanceSet | 1e05 | ["CurrencyId","AccountId","Balance","Balance"] |
Name | Type | |
|---|---|---|
| TotalIssuance | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U128","keys_id":4,"value_id":6}} | |
| Locks | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["AccountId","U32"],"value":"Vec<orml_tokens:BalanceLock>","keys_id":353,"value_id":354}} | |
| Accounts | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["AccountId","U32"],"value":"orml_tokens:AccountData","keys_id":353,"value_id":357}} |
Name | Type | Value | |
|---|---|---|---|
| MaxLocks | U32 | 32000000 |
Name | Docs |
|---|---|
| BalanceTooLow | The balance is too low |
| AmountIntoBalanceFailed | Cannot convert Amount into Balance type |
| LiquidityRestrictions | Failed because liquidity restrictions due to locking |
| MaxLocksExceeded | Failed because the maximum locks was exceeded |
| KeepAlive | Transfer/payment would kill account |
| ExistentialDeposit | Value too low to create account due to existential deposit |
| DeadAccount | Beneficiary account must pre-exist |