Name | Lookup | Parameters | |
---|---|---|---|
register_asset | 3500 | 2 | |
update_asset | 3501 | 7 |
Name | Lookup | Attributes | |
---|---|---|---|
RegisteredAsset | 3500 | ["AssetId","AssetMetadata<Balance, CustomMetadata, StringLimit>"] | |
UpdatedAsset | 3501 | ["AssetId","AssetMetadata<Balance, CustomMetadata, StringLimit>"] |
Name | Type | |
---|---|---|
Metadata | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"orml_traits:asset_registry:AssetMetadata","keys_id":4,"value_id":133}} | |
LocationToAssetId | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["staging_xcm:v3:multilocation:MultiLocation"],"value":"U32","keys_id":75,"value_id":4}} |
Name | Type | Value | |
---|---|---|---|
StringLimit | U32 | 32000000 |
Name | Docs |
---|---|
AssetNotFound | Asset was not found. |
BadVersion | The version of the `VersionedMultiLocation` value used is not ableto be interpreted. |
InvalidAssetId | The asset id is invalid. |
ConflictingLocation | Another asset was already register with this location. |
ConflictingAssetId | Another asset was already register with this asset id. |
InvalidAssetString | Name or symbol is too long. |