Name | Lookup | Parameters | |
---|---|---|---|
transfer | 1f00 | 2 | |
set_balance | 1f01 | 3 | |
force_transfer | 1f02 | 3 | |
transfer_keep_alive | 1f03 | 2 | |
transfer_all | 1f04 | 2 | |
force_unreserve | 1f05 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
Endowed | 1f00 | ["AccountId","Balance"] | |
DustLost | 1f01 | ["AccountId","Balance"] | |
Transfer | 1f02 | ["AccountId","AccountId","Balance"] | |
BalanceSet | 1f03 | ["AccountId","Balance","Balance"] | |
Reserved | 1f04 | ["AccountId","Balance"] | |
Unreserved | 1f05 | ["AccountId","Balance"] | |
ReserveRepatriated | 1f06 | ["AccountId","AccountId","Balance","Status"] | |
Deposit | 1f07 | ["AccountId","Balance"] | |
Withdraw | 1f08 | ["AccountId","Balance"] | |
Slashed | 1f09 | ["AccountId","Balance"] |
Name | Type | |
---|---|---|
TotalIssuance | {"origin":"PlainType","plain_type":"U128","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":223}} | |
Reserves | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Vec<pallet_balances:ReserveData>","keys_id":0,"value_id":227}} | |
StorageVersion | {"origin":"PlainType","plain_type":"pallet_balances:Releases","PlainTypeValue":230} |
Name | Type | Value | |
---|---|---|---|
ExistentialDeposit | U128 | 40420f00000000000000000000000000 | |
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 |