Name | Lookup | Parameters | |
---|---|---|---|
register_asset | 7c00 | 2 | |
update_asset | 7c01 | 7 |
Name | Lookup | Attributes | |
---|---|---|---|
RegisteredAsset | 7c00 | ["AssetId","AssetMetadata<Balance, CustomMetadata, StringLimit>"] | |
UpdatedAsset | 7c01 | ["AssetId","AssetMetadata<Balance, CustomMetadata, StringLimit>"] |
Name | Type | |
---|---|---|
Metadata | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["zeitgeist_primitives:asset:Asset"],"value":"orml_traits:asset_registry:AssetMetadata","keys_id":67,"value_id":203}} | |
LocationToAssetId | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["staging_xcm:v3:multilocation:MultiLocation"],"value":"zeitgeist_primitives:asset:Asset","keys_id":148,"value_id":67}} | |
LastAssetId | {"origin":"PlainType","plain_type":"zeitgeist_primitives:asset:Asset","PlainTypeValue":67} |
Name | Type | Value | |
---|---|---|---|
StringLimit | U32 | 00040000 |
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. |