Name | Lookup | Parameters | |
|---|---|---|---|
| transfer | 1c00 | 3 | |
| transfer_all | 1c01 | 3 | |
| transfer_keep_alive | 1c02 | 3 | |
| force_transfer | 1c03 | 4 | |
| set_balance | 1c04 | 4 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Endowed | 1c00 | ||
| DustLost | 1c01 | ||
| Transfer | 1c02 | ||
| Reserved | 1c03 | ||
| Unreserved | 1c04 | ||
| BalanceSet | 1c05 |
Name | Type | |
|---|---|---|
| TotalIssuance | {"origin":"MapType","map_type":{"key":"CurrencyId","hasher":"Twox64Concat","value":"Balance","isLinked":false}} | |
| Locks | {"origin":"DoubleMapType","double_map_type":{"key":"AccountId","key2":"CurrencyId","hasher":"Blake2_128Concat","key2Hasher":"Twox64Concat","value":"BoundedVec<BalanceLock<Balance>, MaxLocks>","isLinked":false}} | |
| Accounts | {"origin":"DoubleMapType","double_map_type":{"key":"AccountId","key2":"CurrencyId","hasher":"Blake2_128Concat","key2Hasher":"Twox64Concat","value":"AccountData<Balance>","isLinked":false}} |
Name | Type | Value | |
|---|---|---|---|
| MaxLocks | u32 | 0x32000000 |
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 |