Name | Lookup | Parameters | |
---|---|---|---|
transfer | 4700 | 3 | |
transfer_all | 4701 | 3 | |
transfer_keep_alive | 4702 | 3 | |
force_transfer | 4703 | 4 | |
set_balance | 4704 | 4 |
Name | Lookup | Attributes | |
---|---|---|---|
Endowed | 4700 | ||
DustLost | 4701 | ||
Transfer | 4702 | ||
Reserved | 4703 | ||
Unreserved | 4704 | ||
BalanceSet | 4705 |
Name | Type | |
---|---|---|
TotalIssuance | {"origin":"MapType","map_type":{"key":"CurrencyId","hasher":"Twox64Concat","value":"Balance","isLinked":false}} | |
Locks | {"origin":"DoubleMapType","double_map_type":{"key":"AccountId","key2":"CurrencyId","hasher":"Blake2_128Concat","key2Hasher":"Twox64Concat","value":"BoundedVec<BalanceLock<Balance>, MaxLocks>","isLinked":false}} | |
Accounts | {"origin":"DoubleMapType","double_map_type":{"key":"AccountId","key2":"CurrencyId","hasher":"Blake2_128Concat","key2Hasher":"Twox64Concat","value":"AccountData<Balance>","isLinked":false}} |
Name | Type | Value | |
---|---|---|---|
MaxLocks | u32 | 0x32000000 |
Name | Docs |
---|---|
BalanceTooLow | The balance is too low |
AmountIntoBalanceFailed | Cannot convert Amount into Balance type |
LiquidityRestrictions | Failed because liquidity restrictions due to locking |
MaxLocksExceeded | Failed because the maximum locks was exceeded |
KeepAlive | Transfer/payment would kill account |
ExistentialDeposit | Value too low to create account due to existential deposit |
DeadAccount | Beneficiary account must pre-exist |