collectives-polkadot
subscan
Collectives Polkadot
Runtime Modules / AssetRate
Spec Version:
Call Functions
Name
Lookup
Parameters
create2d002
update2d012
remove2d021
Events
Name
Lookup
Attributes
AssetRateCreated2d00["AssetKind","FixedU128"]
AssetRateRemoved2d01["AssetKind"]
AssetRateUpdated2d02["AssetKind","FixedU128","FixedU128"]
Storage Functions
Name
Type
ConversionRateToNative{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["polkadot_runtime_common:impls:VersionedLocatableAsset"],"value":"U128","keys_id":153,"value_id":154}}
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.