Name | Lookup | Parameters | |
|---|---|---|---|
| transfer | 4f00 | 3 | |
| transfer_native_currency | 4f01 | 2 | |
| update_balance | 4f02 | 3 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Transferred | 4f00 | ["CurrencyIdOf","AccountId","AccountId","BalanceOf"] | |
| BalanceUpdated | 4f01 | ["CurrencyIdOf","AccountId","AmountOf"] | |
| Deposited | 4f02 | ["CurrencyIdOf","AccountId","BalanceOf"] | |
| Withdrawn | 4f03 | ["CurrencyIdOf","AccountId","BalanceOf"] |
Name | Type | Value | |
|---|---|---|---|
| ReserveAccount | AccountId | 6d6f646c63757272657365720000000000000000000000000000000000000000 | |
| GetNativeCurrencyId | U32 | 00000000 |
Name | Docs |
|---|---|
| AmountIntoBalanceFailed | Unable to convert the Amount type into Balance. |
| BalanceTooLow | Balance is too low. |
| DepositFailed | Deposit result is not expected |
| NotSupported | Operation is not supported for this currency |