Name | Lookup | Parameters | |
---|---|---|---|
register_asset_location | 2800 | 2 | |
set_asset_units_per_second | 2801 | 2 | |
change_existing_asset_location | 2802 | 2 | |
remove_payment_asset | 2803 | 1 | |
remove_asset | 2804 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
AssetRegistered | 2800 | ["VersionedLocation","AssetId"] | |
UnitsPerSecondChanged | 2801 | ["VersionedLocation","u128"] | |
AssetLocationChanged | 2802 | ["VersionedLocation","AssetId","VersionedLocation"] | |
SupportedAssetRemoved | 2803 | ["VersionedLocation"] | |
AssetRemoved | 2804 | ["VersionedLocation","AssetId"] |
Name | Type | |
---|---|---|
AssetIdToLocation | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U64"],"value":"xcm:VersionedLocation","keys_id":11,"value_id":148}} | |
AssetLocationToId | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["xcm:VersionedLocation"],"value":"U64","keys_id":148,"value_id":11}} | |
AssetLocationUnitsPerSecond | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["xcm:VersionedLocation"],"value":"U128","keys_id":148,"value_id":6}} |
Name | Docs |
---|---|
AssetAlreadyRegistered | Asset is already registered. |
AssetDoesNotExist | Asset does not exist (hasn't been registered). |
LocationNotSupported | Failed to convert to latest versioned Location |
NativeAssetRelated | Asset is not supported as payment currency. |