Name | Lookup | Parameters | |
|---|---|---|---|
| register_asset_location | 3600 | 2 | |
| set_asset_units_per_second | 3601 | 2 | |
| change_existing_asset_location | 3602 | 2 | |
| remove_payment_asset | 3603 | 1 | |
| remove_asset | 3604 | 1 | |
| update_migration_step | 3605 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| AssetRegistered | 3600 | ["VersionedLocation","AssetId"] | |
| UnitsPerSecondChanged | 3601 | ["VersionedLocation","u128"] | |
| AssetLocationChanged | 3602 | ["VersionedLocation","AssetId","VersionedLocation"] | |
| SupportedAssetRemoved | 3603 | ["VersionedLocation"] | |
| AssetRemoved | 3604 | ["VersionedLocation","AssetId"] | |
| MigrationStepUpdated | 3605 | ["MigrationStep"] |
Name | Type | |
|---|---|---|
| AssetIdToLocation | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U128"],"value":"xcm:VersionedLocation","keys_id":6,"value_id":170}} | |
| AssetLocationToId | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["xcm:VersionedLocation"],"value":"U128","keys_id":170,"value_id":6}} | |
| AssetLocationUnitsPerSecond | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["xcm:VersionedLocation"],"value":"U128","keys_id":170,"value_id":6}} | |
| AssetHubMigrationStep | {"origin":"PlainType","plain_type":"pallet_xc_asset_config:types:MigrationStep","PlainTypeValue":173} |
Name | Docs |
|---|---|
| AssetAlreadyRegistered | Asset is already registered. |
| AssetDoesNotExist | Asset does not exist (hasn't been registered). |
| MultiLocationNotSupported | Failed to convert to latest versioned Location |