Name | Lookup | Parameters | |
---|---|---|---|
transfer | 2800 | 2 | |
set_balance | 2801 | 3 | |
force_transfer | 2802 | 3 | |
transfer_keep_alive | 2803 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
Endowed | 2800 | ||
DustLost | 2801 | ||
Transfer | 2802 | ||
BalanceSet | 2803 | ||
Deposit | 2804 | ||
Reserved | 2805 | ||
Unreserved | 2806 | ||
ReserveRepatriated | 2807 |
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 | 0x00e87648170000000000000000000000 |
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 |