Name | Lookup | Parameters | |
---|---|---|---|
transfer | 0300 | 2 | |
set_balance | 0301 | 3 | |
force_transfer | 0302 | 3 | |
transfer_keep_alive | 0303 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
Endowed | 0300 | ||
DustLost | 0301 | ||
Transfer | 0302 | ||
BalanceSet | 0303 | ||
Deposit | 0304 | ||
Reserved | 0305 | ||
Unreserved | 0306 | ||
ReserveRepatriated | 0307 |
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":"Vec<BalanceLock<Balance>>","isLinked":false}} | |
StorageVersion | {"origin":"PlainType","plain_type":"Releases"} |
Name | Type | Value | |
---|---|---|---|
ExistentialDeposit | Balance | 0x00000000000000000000000000000000 |
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 |