Name | Lookup | Parameters | |
|---|---|---|---|
| deposit | c900 | 2 | |
| burn | c901 | 2 | |
| match_swap | c902 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Deposited | c900 | ["AccountId","CurrencyId","CurrencyId","BalanceOut"] | |
| Burned | c901 | ["AccountId","CurrencyId","CurrencyId","BalanceOut"] | |
| SwapMatched | c902 | ["OrderId","BalanceOut"] |
Name | Type | Value | |
|---|---|---|---|
| PalletId | [U8; 8] | 6366672f746d7578 |
Name | Docs |
|---|---|
| MetadataNotFound | The given currency has no metadata set. |
| NoLocalRepresentation | The given currency has no local representation and can hence not bedeposited to receive a local representation. |
| SwapNotFound | Swap could not be found by id |
| NotIdenticalSwap | Matching orders does only work if there is a one-to-one conversion |
| InvalidSwapCurrencies | This means the swap is either not a local to variant or not avariant to local swap |
| DecimalMismatch | Variant and local representation have mismatching decimals in theirmetadata. A conversion between the two is not possible |