Name | Lookup | Parameters | |
|---|---|---|---|
| add_asset | 3a00 | 2 | |
| edit_asset | 3a01 | 2 | |
| pause_asset_support | 3a02 | 1 | |
| resume_asset_support | 3a03 | 1 | |
| remove_asset | 3a04 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| SupportedAssetAdded | 3a00 | ["Location","u128"] | |
| SupportedAssetEdited | 3a01 | ["Location","u128"] | |
| PauseAssetSupport | 3a02 | ["Location"] | |
| ResumeAssetSupport | 3a03 | ["Location"] | |
| SupportedAssetRemoved | 3a04 | ["Location"] |
Name | Type | |
|---|---|---|
| SupportedAssets | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["staging_xcm:v5:location:Location"],"value":"Tuple:BoolU128","keys_id":88,"value_id":720}} |
Name | Docs |
|---|---|
| AssetAlreadyAdded | The given asset was already added |
| AssetAlreadyPaused | The given asset was already paused |
| AssetNotFound | The given asset was not found |
| AssetNotPaused | The given asset is not paused |
| XcmLocationFiltered | XCM location filtered |
| PriceCannotBeZero | The relative price cannot be zero |
| PriceOverflow | The relative price calculation overflowed |