Name | Lookup | Parameters | |
|---|---|---|---|
| register_foreign_asset | 2d00 | 4 | |
| set_asset_units_per_second | 2d01 | 3 | |
| change_existing_asset_type | 2d02 | 3 | |
| remove_supported_asset | 2d03 | 2 | |
| remove_existing_asset_type | 2d04 | 2 | |
| register_local_asset | 2d05 | 4 | |
| destroy_foreign_asset | 2d06 | 2 | |
| destroy_local_asset | 2d07 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| ForeignAssetRegistered | 2d00 | ["AssetId","ForeignAssetType","AssetRegistrarMetadata"] | |
| UnitsPerSecondChanged | 2d01 | ["ForeignAssetType","u128"] | |
| ForeignAssetTypeChanged | 2d02 | ["AssetId","ForeignAssetType"] | |
| ForeignAssetRemoved | 2d03 | ["AssetId","ForeignAssetType"] | |
| SupportedAssetRemoved | 2d04 | ["ForeignAssetType"] | |
| LocalAssetRegistered | 2d05 | ["AssetId","AccountId","AccountId"] | |
| ForeignAssetDestroyed | 2d06 | ["AssetId","ForeignAssetType"] | |
| LocalAssetDestroyed | 2d07 | ["AssetId"] |
Name | Type | |
|---|---|---|
| AssetIdType | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U64"],"value":"darwinia_runtime:pallets:asset_manager:AssetType","keys_id":11,"value_id":270}} | |
| AssetTypeId | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["darwinia_runtime:pallets:asset_manager:AssetType"],"value":"U64","keys_id":270,"value_id":11}} | |
| AssetTypeUnitsPerSecond | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["darwinia_runtime:pallets:asset_manager:AssetType"],"value":"U128","keys_id":270,"value_id":6}} | |
| LocalAssetCounter | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
| LocalAssetDeposit | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U64"],"value":"pallet_asset_manager:pallet:AssetInfo","keys_id":11,"value_id":563}} | |
| SupportedFeePaymentAssets | {"origin":"PlainType","plain_type":"Vec<darwinia_runtime:pallets:asset_manager:AssetType>","PlainTypeValue":564} |
Name | Type | Value | |
|---|---|---|---|
| LocalAssetDeposit | U128 | 00000000000000000000000000000000 |
Name | Docs |
|---|---|
| ErrorCreatingAsset | |
| AssetAlreadyExists | |
| AssetDoesNotExist | |
| TooLowNumAssetsWeightHint | |
| LocalAssetLimitReached | |
| ErrorDestroyingAsset | |
| NotSufficientDeposit | |
| NonExistentLocalAsset |