people-polkadot
subscan
People Polkadot
Runtime Modules / AssetRate
Spec Version:
Call Functions
Name
Lookup
Parameters
create0d002
update0d012
remove0d021
Events
Name
Lookup
Attributes
AssetRateCreated0d00["AssetKind","FixedU128"]
AssetRateRemoved0d01["AssetKind"]
AssetRateUpdated0d02["AssetKind","FixedU128","FixedU128"]
Storage Functions
Name
Type
ConversionRateToNative{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["staging_xcm:v5:location:Location"],"value":"U128","keys_id":44,"value_id":65}}
Error Types
Name
Docs
UnknownAssetKindThe given asset ID is unknown.
AlreadyExistsThe given asset ID already has an assigned conversion rate and cannot be re-created.
OverflowOverflow ocurred when calculating the inverse rate.