Name | Lookup | Parameters | |
---|---|---|---|
register_foreign_asset | 1f00 | 4 | |
set_asset_units_per_second | 1f01 | 3 | |
change_existing_asset_type | 1f02 | 3 | |
remove_supported_asset | 1f03 | 2 | |
remove_existing_asset_type | 1f04 | 2 | |
register_local_asset | 1f05 | 4 | |
destroy_foreign_asset | 1f06 | 2 | |
destroy_local_asset | 1f07 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
ForeignAssetRegistered | 1f00 | ["AssetId","ForeignAssetType","AssetRegistrarMetadata"] | |
UnitsPerSecondChanged | 1f01 | ["ForeignAssetType","u128"] | |
ForeignAssetTypeChanged | 1f02 | ["AssetId","ForeignAssetType"] | |
ForeignAssetRemoved | 1f03 | ["AssetId","ForeignAssetType"] | |
SupportedAssetRemoved | 1f04 | ["ForeignAssetType"] | |
LocalAssetRegistered | 1f05 | ["AssetId","AccountId","AccountId"] | |
ForeignAssetDestroyed | 1f06 | ["AssetId","ForeignAssetType"] | |
LocalAssetDestroyed | 1f07 | ["AssetId"] |
Name | Type | |
---|---|---|
AssetIdType | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U128"],"value":"moonbase_runtime:xcm_config:AssetType","keys_id":6,"value_id":143}} | |
AssetTypeId | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["moonbase_runtime:xcm_config:AssetType"],"value":"U128","keys_id":143,"value_id":6}} | |
AssetTypeUnitsPerSecond | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["moonbase_runtime:xcm_config:AssetType"],"value":"U128","keys_id":143,"value_id":6}} | |
LocalAssetCounter | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
LocalAssetDeposit | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U128"],"value":"pallet_asset_manager:pallet:AssetInfo","keys_id":6,"value_id":570}} | |
SupportedFeePaymentAssets | {"origin":"PlainType","plain_type":"Vec<moonbase_runtime:xcm_config:AssetType>","PlainTypeValue":571} |
Name | Type | Value | |
---|---|---|---|
LocalAssetDeposit | U128 | 000010632d5ec76b0500000000000000 |
Name | Docs |
---|---|
ErrorCreatingAsset | |
AssetAlreadyExists | |
AssetDoesNotExist | |
TooLowNumAssetsWeightHint | |
LocalAssetLimitReached | |
ErrorDestroyingAsset | |
NotSufficientDeposit | |
NonExistentLocalAsset |