Name | Lookup | Parameters | |
---|---|---|---|
transfer | 0600 | 2 | |
set_balance | 0601 | 3 | |
force_transfer | 0602 | 3 | |
transfer_keep_alive | 0603 | 2 | |
transfer_all | 0604 | 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":"WeakBoundedVec<BalanceLock<Balance>, MaxLocks>","isLinked":false}} | |
Reserves | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_128Concat","value":"BoundedVec<ReserveData<ReserveIdentifier, Balance>, MaxReserves>","isLinked":false}} | |
StorageVersion | {"origin":"PlainType","plain_type":"Releases"} |
Name | Type | Value | |
---|---|---|---|
ExistentialDeposit | Balance | 0x00ca9a3b000000000000000000000000 | |
MaxLocks | u32 | 0x32000000 | |
MaxReserves | u32 | 0x32000000 |
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 |