Name | Lookup | Parameters | |
|---|---|---|---|
| transfer | 9600 | 3 | |
| transfer_native_currency | 9601 | 2 | |
| update_balance | 9602 | 3 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Transferred | 9600 | ["CurrencyIdOf","AccountId","AccountId","BalanceOf"] | |
| BalanceUpdated | 9601 | ["CurrencyIdOf","AccountId","AmountOf"] | |
| Deposited | 9602 | ["CurrencyIdOf","AccountId","BalanceOf"] | |
| Withdrawn | 9603 | ["CurrencyIdOf","AccountId","BalanceOf"] |
Name | Type | Value | |
|---|---|---|---|
| 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 |