Name | Lookup | Parameters | |
|---|---|---|---|
| transfer | 4800 | 3 | |
| transfer_native_currency | 4801 | 2 | |
| update_balance | 4802 | 3 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Transferred | 4800 | ["CurrencyIdOf","AccountId","AccountId","BalanceOf"] | |
| BalanceUpdated | 4801 | ["CurrencyIdOf","AccountId","AmountOf"] | |
| Deposited | 4802 | ["CurrencyIdOf","AccountId","BalanceOf"] | |
| Withdrawn | 4803 | ["CurrencyIdOf","AccountId","BalanceOf"] |
Name | Type | Value | |
|---|---|---|---|
| GetNativeCurrencyId | node_primitives:currency:CurrencyId | 0001 |
Name | Docs |
|---|---|
| AmountIntoBalanceFailed | Unable to convert the Amount type into Balance. |
| BalanceTooLow | Balance is too low. |
| DepositFailed | Deposit result is not expected |