Name | Lookup | Parameters | |
|---|---|---|---|
| transfer | 0600 | 2 | |
| set_balance | 0601 | 3 | |
| force_transfer | 0602 | 3 | |
| transfer_keep_alive | 0603 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Endowed | 0600 | ||
| DustLost | 0601 | ||
| Transfer | 0602 | ||
| BalanceSet | 0603 | ||
| Deposit | 0604 | ||
| Reserved | 0605 | ||
| Unreserved | 0606 | ||
| ReserveRepatriated | 0607 |
Name | Type | |
|---|---|---|
| TotalIssuance | {"origin":"PlainType","plain_type":"Balance"} | |
| Account | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_128Concat","value":"AccountData<Balance>","isLinked":false}} | |
| Locks | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_128Concat","value":"Vec<BalanceLock<Balance>>","isLinked":false}} | |
| StorageVersion | {"origin":"PlainType","plain_type":"Releases"} |
Name | Type | Value | |
|---|---|---|---|
| ExistentialDeposit | Balance | 0x00e1f505000000000000000000000000 |
Name | Docs |
|---|---|
| VestingBalance | Vesting balance too high to send value |
| LiquidityRestrictions | Account liquidity restrictions prevent withdrawal |
| Overflow | Got an overflow after adding |
| InsufficientBalance | Balance too low to send value |
| ExistentialDeposit | Value too low to create account due to existential deposit |
| KeepAlive | Transfer/payment would kill account |
| ExistingVestingSchedule | A vesting schedule already exists for this account |
| DeadAccount | Beneficiary account must pre-exist |