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 | ["Option<IdentityId>","AccountId","Balance"] | |
Transfer | 0501 | ["Option<IdentityId>","AccountId","Option<IdentityId>","AccountId","Balance","Option<Memo>"] | |
BalanceSet | 0502 | ["IdentityId","AccountId","Balance","Balance"] | |
AccountBalanceBurned | 0503 | ["IdentityId","AccountId","Balance"] | |
Reserved | 0504 | ["AccountId","Balance"] | |
Unreserved | 0505 | ["AccountId","Balance"] | |
ReserveRepatriated | 0506 | ["AccountId","AccountId","Balance","Status"] |
Name | Type | |
---|---|---|
TotalIssuance | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
Locks | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Vec<pallet_balances:pallet:BalanceLock>","keys_id":0,"value_id":343}} |
Name | Type | Value | |
---|---|---|---|
ExistentialDeposit | U128 | 00000000000000000000000000000000 |
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 |