Name | Lookup | Parameters | |
|---|---|---|---|
| transfer | 0400 | 2 | |
| set_balance | 0401 | 3 | |
| force_transfer | 0402 | 3 | |
| transfer_keep_alive | 0403 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| NewAccount | 0200 | ||
| ReapedAccount | 0201 | ||
| Transfer | 0202 | ||
| BalanceSet | 0203 | ||
| Deposit | 0204 |
Name | Type | |
|---|---|---|
| TotalIssuance | {"origin":"PlainType","plain_type":"Balance"} | |
| Vesting | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_256","value":"VestingSchedule<Balance, BlockNumber>","isLinked":false}} | |
| FreeBalance | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_256","value":"Balance","isLinked":false}} | |
| ReservedBalance | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_256","value":"Balance","isLinked":false}} | |
| Locks | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_256","value":"Vec<BalanceLock<Balance, BlockNumber>>","isLinked":false}} |
Name | Type | Value | |
|---|---|---|---|
| ExistentialDeposit | Balance | 0x00e40b54020000000000000000000000 | |
| TransferFee | Balance | 0x00e40b54020000000000000000000000 | |
| CreationFee | Balance | 0x00e40b54020000000000000000000000 |
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 |