Mangata
subscan
Runtime Modules / AssetRegistry
Spec Version:
Call Functions
Name
Lookup
Parameters
register_asset35002
update_asset35017
Events
Name
Lookup
Attributes
RegisteredAsset3500["AssetId","AssetMetadata<Balance, CustomMetadata, StringLimit>"]
UpdatedAsset3501["AssetId","AssetMetadata<Balance, CustomMetadata, StringLimit>"]
Storage Functions
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}}
Constants
Name
Type
Value
StringLimitU3232000000
Error Types
Name
Docs
AssetNotFoundAsset was not found.
BadVersionThe version of the `VersionedMultiLocation` value used is not ableto be interpreted.
InvalidAssetIdThe asset id is invalid.
ConflictingLocationAnother asset was already register with this location.
ConflictingAssetIdAnother asset was already register with this asset id.
InvalidAssetStringName or symbol is too long.