Name | Lookup | Attributes | |
|---|---|---|---|
| Endowed | 0800 | ||
| DustLost | 0801 | ||
| Transfer | 0802 | ||
| Reserved | 0803 | ||
| Unreserved | 0804 | ||
| BalanceSet | 0805 |
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 |