Name | Lookup | Parameters | |
---|---|---|---|
register_asset_location | 0f00 | 2 | |
set_asset_units_per_second | 0f01 | 2 | |
change_existing_asset_location | 0f02 | 2 | |
remove_payment_asset | 0f03 | 1 | |
remove_asset | 0f04 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
AssetRegistered | 0f00 | ["VersionedLocation","AssetId"] | |
UnitsPerSecondChanged | 0f01 | ["VersionedLocation","u128"] | |
AssetLocationChanged | 0f02 | ["VersionedLocation","AssetId","VersionedLocation"] | |
SupportedAssetRemoved | 0f03 | ["VersionedLocation"] | |
AssetRemoved | 0f04 | ["VersionedLocation","AssetId"] |
Name | Type | |
---|---|---|
AssetIdToLocation | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U128"],"value":"xcm:VersionedLocation","keys_id":6,"value_id":48}} | |
AssetLocationToId | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["xcm:VersionedLocation"],"value":"U128","keys_id":48,"value_id":6}} | |
AssetLocationUnitsPerSecond | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["xcm:VersionedLocation"],"value":"U128","keys_id":48,"value_id":6}} |
Name | Docs |
---|---|
AssetAlreadyRegistered | Asset is already registered. |
AssetDoesNotExist | Asset does not exist (hasn't been registered). |
MultiLocationNotSupported | Failed to convert to latest versioned MultiLocation |