Name | Lookup | Parameters | |
---|---|---|---|
transfer | 0500 | 2 | |
transfer_with_memo | 0501 | 3 | |
deposit_block_reward_reserve_balance | 0502 | 1 | |
set_balance | 0503 | 3 | |
force_transfer | 0504 | 3 | |
burn_account_balance | 0505 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
Endowed | 0500 | ||
Transfer | 0501 | ||
BalanceSet | 0502 | ||
AccountBalanceBurned | 0503 | ||
Reserved | 0504 | ||
Unreserved | 0505 | ||
ReserveRepatriated | 0506 |
Name | Type | |
---|---|---|
TotalIssuance | {"origin":"PlainType","plain_type":"Balance"} | |
Locks | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_128Concat","value":"Vec<BalanceLock<Balance>>","isLinked":false}} |
Name | Type | Value | |
---|---|---|---|
ExistentialDeposit | Balance | 0x00000000000000000000000000000000 |
Name | Docs |
---|---|
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 |
ReceiverCddMissing | Receiver does not have a valid CDD |