Name | Lookup | Parameters | |
|---|---|---|---|
| register_native_asset | 7200 | 3 | |
| update_native_asset | 7201 | 3 | |
| register_token_metadata | 7202 | 1 | |
| register_vtoken_metadata | 7203 | 1 | |
| register_vstoken_metadata | 7204 | 1 | |
| register_vsbond_metadata | 7205 | 4 | |
| register_multilocation | 7206 | 3 | |
| force_set_multilocation | 7207 | 3 |
Name | Lookup | Attributes | |
|---|---|---|---|
| AssetRegistered | 7200 | ["AssetIds","AssetMetadata<BalanceOf>"] | |
| AssetUpdated | 7201 | ["AssetIds","AssetMetadata<BalanceOf>"] | |
| CurrencyIdRegistered | 7202 | ["CurrencyId","AssetMetadata<BalanceOf>"] | |
| MultiLocationSet | 7203 | ["CurrencyId","MultiLocation","Weight"] |
Name | Type | |
|---|---|---|
| NextForeignAssetId | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| NextTokenId | {"origin":"PlainType","plain_type":"U8","PlainTypeValue":2} | |
| CurrencyIdToLocations | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["bifrost_primitives:currency:CurrencyId"],"value":"staging_xcm:v3:multilocation:MultiLocation","keys_id":251,"value_id":113}} | |
| LocationToCurrencyIds | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["staging_xcm:v3:multilocation:MultiLocation"],"value":"bifrost_primitives:currency:CurrencyId","keys_id":113,"value_id":251}} | |
| CurrencyIdToWeights | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["bifrost_primitives:currency:CurrencyId"],"value":"sp_weights:weight_v2:Weight","keys_id":251,"value_id":9}} | |
| AssetMetadatas | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["bifrost_primitives:currency:AssetIds"],"value":"bifrost_asset_registry:pallet:AssetMetadata","keys_id":423,"value_id":276}} | |
| CurrencyMetadatas | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["bifrost_primitives:currency:CurrencyId"],"value":"bifrost_asset_registry:pallet:AssetMetadata","keys_id":251,"value_id":276}} |
Name | Docs |
|---|---|
| BadLocation | The given location could not be used (e.g. because it cannot be expressed in thedesired version of XCM). |
| MultiLocationExisted | MultiLocation existed |
| AssetIdNotExists | AssetId not exists |
| AssetIdExisted | AssetId exists |
| CurrencyIdNotExists | CurrencyId not exists |
| CurrencyIdExisted | CurrencyId exists |