Name | Lookup | Parameters | |
|---|---|---|---|
| cross_out | 7b01 | 2 | |
| register_linked_account | 7b02 | 3 | |
| change_outer_linked_account | 7b03 | 3 | |
| deregister_currency_for_cross_in_out | 7b05 | 1 | |
| add_to_register_whitelist | 7b08 | 2 | |
| remove_from_register_whitelist | 7b09 | 2 | |
| set_crossing_minimum_amount | 7b0a | 3 |
Name | Lookup | Attributes | |
|---|---|---|---|
| CrossedOut | 7b00 | ["CurrencyId","AccountIdOf","MultiLocation","BalanceOf"] | |
| CurrencyDeregistered | 7b01 | ["CurrencyId"] | |
| LinkedAccountRegistered | 7b02 | ["CurrencyId","AccountIdOf","MultiLocation"] | |
| AddedToRegisterList | 7b03 | ["AccountIdOf","CurrencyId"] | |
| RemovedFromRegisterList | 7b04 | ["AccountIdOf","CurrencyId"] | |
| CrossingMinimumAmountSet | 7b05 | ["CurrencyId","BalanceOf","BalanceOf"] |
Name | Type | |
|---|---|---|
| CrossCurrencyRegistry | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["bifrost_primitives:currency:CurrencyId"],"value":"NULL","keys_id":322,"value_id":54}} | |
| IssueWhiteList | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["bifrost_primitives:currency:CurrencyId"],"value":"Vec<AccountId>","keys_id":322,"value_id":918}} | |
| RegisterWhiteList | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["bifrost_primitives:currency:CurrencyId"],"value":"Vec<AccountId>","keys_id":322,"value_id":918}} | |
| AccountToOuterMultilocation | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["bifrost_primitives:currency:CurrencyId","AccountId"],"value":"xcm:v2:multilocation:MultiLocation","keys_id":919,"value_id":148}} | |
| OuterMultilocationToAccount | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["bifrost_primitives:currency:CurrencyId","xcm:v2:multilocation:MultiLocation"],"value":"AccountId","keys_id":920,"value_id":0}} | |
| CrossingMinimumAmount | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["bifrost_primitives:currency:CurrencyId"],"value":"Tuple:U128U128","keys_id":322,"value_id":432}} |
Name | Type | Value | |
|---|---|---|---|
| MaxLengthLimit | U32 | f4010000 |
Name | Docs |
|---|---|
| NotEnoughBalance | Indicates that the balance is not sufficient for the requested operation. |
| NotExist | Indicates that the specified item does not exist. |
| NotAllowed | Indicates that the operation is not allowed for the current context. |
| CurrencyNotSupportCrossInAndOut | Indicates that the currency does not support crossing in and out. |
| NoMultilocationMapping | Indicates that there is no mapping for the specified multilocation. |
| AlreadyExist | Indicates that the item already exists. |
| NoCrossingMinimumSet | Indicates that there is no minimum crossing amount set for the operation. |
| AmountLowerThanMinimum | Indicates that the specified amount is lower than the required minimum. |
| ListOverflow | Indicates that the list has reached its maximum capacity. |