Name | Lookup | Parameters | |
|---|---|---|---|
| transfer | 0200 | 2 | |
| set_balance | 0201 | 3 | |
| force_transfer | 0202 | 3 | |
| transfer_keep_alive | 0203 | 2 | |
| transfer_all | 0204 | 2 | |
| force_unreserve | 0205 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Endowed | 0200 | ["AccountId","Balance"] | |
| DustLost | 0201 | ["AccountId","Balance"] | |
| Transfer | 0202 | ["AccountId","AccountId","Balance"] | |
| BalanceSet | 0203 | ["AccountId","Balance","Balance"] | |
| Reserved | 0204 | ["AccountId","Balance"] | |
| Unreserved | 0205 | ["AccountId","Balance"] | |
| ReserveRepatriated | 0206 | ["AccountId","AccountId","Balance","Status"] | |
| Deposit | 0207 | ["AccountId","Balance"] | |
| Withdraw | 0208 | ["AccountId","Balance"] | |
| Slashed | 0209 | ["AccountId","Balance"] |
Name | Type | |
|---|---|---|
| TotalIssuance | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":6} | |
| Account | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"pallet_balances:AccountData","keys_id":0,"value_id":5}} | |
| Locks | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Vec<pallet_balances:BalanceLock>","keys_id":0,"value_id":362}} | |
| Reserves | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Vec<pallet_balances:ReserveData>","keys_id":0,"value_id":366}} | |
| StorageVersion | {"origin":"PlainType","plain_type":"pallet_balances:Releases","PlainTypeValue":369} |
Name | Type | Value | |
|---|---|---|---|
| ExistentialDeposit | U64 | f401000000000000 | |
| MaxLocks | U32 | 32000000 | |
| MaxReserves | U32 | 32000000 |
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 |
| TooManyReserves | Number of named reserves exceed MaxReserves |