Name | Lookup | Parameters | |
|---|---|---|---|
| transfer | 0400 | 2 | |
| set_balance | 0401 | 3 | |
| force_transfer | 0402 | 3 | |
| transfer_keep_alive | 0403 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Endowed | 0400 | ||
| DustLost | 0401 | ||
| Transfer | 0402 | ||
| BalanceSet | 0403 | ||
| Deposit | 0404 | ||
| Reserved | 0405 | ||
| Unreserved | 0406 | ||
| ReserveRepatriated | 0407 |
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":"WeakBoundedVec<BalanceLock<Balance>, MaxLocks>","isLinked":false}} | |
| StorageVersion | {"origin":"PlainType","plain_type":"Releases"} |
Name | Type | Value | |
|---|---|---|---|
| ExistentialDeposit | Balance | 0x55a0fc01000000000000000000000000 |
Name | Docs |
|---|---|
| VestingBalance | Vesting balance too high to send value |
| LiquidityRestrictions | Account liquidity restrictions prevent withdrawal |
| 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 |