Name | Lookup | Parameters | |
|---|---|---|---|
| register | 3300 | 9 | |
| update | 3301 | 9 | |
| register_external | 3304 | 1 | |
| ban_asset | 3305 | 1 | |
| unban_asset | 3306 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| ExistentialDepositPaid | 3300 | ["AccountId","AssetId","Balance"] | |
| Registered | 3301 | ["AssetId","Option<BoundedVec<u8, StringLimit>>","AssetType","Balance","Option<Balance>","Option<BoundedVec<u8, StringLimit>>","Option<u8>","bool"] | |
| Updated | 3302 | ["AssetId","Option<BoundedVec<u8, StringLimit>>","AssetType","Balance","Option<Balance>","Option<BoundedVec<u8, StringLimit>>","Option<u8>","bool"] | |
| LocationSet | 3303 | ["AssetId","AssetNativeLocation"] | |
| AssetBanned | 3304 | ["AssetId"] | |
| AssetUnbanned | 3305 | ["AssetId"] |
Name | Type | |
|---|---|---|
| Assets | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"pallet_asset_registry:types:AssetDetails","keys_id":4,"value_id":624}} | |
| NextAssetId | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| AssetIds | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"U32","keys_id":184,"value_id":4}} | |
| AssetLocations | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"staging_xcm:v3:multilocation:MultiLocation","keys_id":4,"value_id":188}} | |
| BannedAssets | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"NULL","keys_id":4,"value_id":36}} | |
| LocationAssets | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["staging_xcm:v3:multilocation:MultiLocation"],"value":"U32","keys_id":188,"value_id":4}} | |
| ExistentialDepositCounter | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} |
Name | Type | Value | |
|---|---|---|---|
| SequentialIdStartAt | U32 | 40420f00 | |
| StringLimit | U32 | 20000000 | |
| MinStringLimit | U32 | 03000000 | |
| RegExternalWeightMultiplier | U64 | 0a00000000000000 |
Name | Docs |
|---|---|
| NoIdAvailable | Asset ID is not available. This only happens when it reaches the MAX value of given id type. |
| AssetNotFound | Invalid asset name or symbol. |
| TooShort | Length of name or symbol is less than min. length. |
| InvalidSymbol | Asset's symbol can't contain whitespace characters . |
| AssetNotRegistered | Asset ID is not registered in the asset-registry. |
| AssetAlreadyRegistered | Asset is already registered. |
| InvalidSharedAssetLen | Incorrect number of assets provided to create shared asset. |
| CannotUpdateLocation | Cannot update asset location. |
| NotInReservedRange | Selected asset id is out of reserved range. |
| LocationAlreadyRegistered | Location already registered with different asset. |
| Forbidden | Origin is forbidden to set/update value. |
| InsufficientBalance | Balance too low. |
| ForbiddenSufficiencyChange | Sufficient assets can't be changed to insufficient. |
| AssetAlreadyBanned | Asset is already banned. |
| AssetNotBanned | Asset is not banned. |