Name | Lookup | Parameters | |
---|---|---|---|
register_foreign_asset | 8e00 | 2 | |
update_foreign_asset | 8e01 | 3 | |
register_stable_asset | 8e02 | 1 | |
update_stable_asset | 8e03 | 2 | |
register_erc20_asset | 8e04 | 2 | |
update_erc20_asset | 8e05 | 2 | |
register_native_asset | 8e06 | 2 | |
update_native_asset | 8e07 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
ForeignAssetRegistered | 8e00 | ["ForeignAssetId","Location","AssetMetadata<BalanceOf>"] | |
ForeignAssetUpdated | 8e01 | ["ForeignAssetId","Location","AssetMetadata<BalanceOf>"] | |
AssetRegistered | 8e02 | ["AssetIds","AssetMetadata<BalanceOf>"] | |
AssetUpdated | 8e03 | ["AssetIds","AssetMetadata<BalanceOf>"] |
Name | Type | |
---|---|---|
NextForeignAssetId | {"origin":"PlainType","plain_type":"U16","PlainTypeValue":46} | |
NextStableAssetId | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
ForeignAssetLocations | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U16"],"value":"staging_xcm:v3:multilocation:MultiLocation","keys_id":46,"value_id":202}} | |
LocationToCurrencyIds | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["staging_xcm:v3:multilocation:MultiLocation"],"value":"acala_primitives:currency:CurrencyId","keys_id":202,"value_id":43}} | |
Erc20IdToAddress | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"H160","keys_id":4,"value_id":37}} | |
AssetMetadatas | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["acala_primitives:currency:AssetIds"],"value":"acala_primitives:currency:AssetMetadata","keys_id":151,"value_id":150}} |
Name | Type | Value | |
---|---|---|---|
StakingCurrencyId | acala_primitives:currency:CurrencyId | 0002 |
Name | Docs |
---|---|
BadLocation | The given location could not be used (e.g. because it cannot be expressed in thedesired version of XCM). |
LocationExisted | Location existed |
AssetIdNotExists | AssetId not exists |
AssetIdExisted | AssetId exists |