Closed muharem closed 1 year ago
Rename the AssetId type parameter to AssetKind for asset-rate pallet.
AssetId
AssetKind
asset-rate
The pallet is intended to be integrated to provide conversion rates for the multi-asset treasury on Polkadot. In this setup, the asset_kind will be the MultiLocation.
MultiLocation
AssetId for foreign assets is a Multilocation, it doesn't have to be a u32. I'm not sure about this change?
Multilocation
u32
my bad, that was a different case
Rename the
AssetId
type parameter toAssetKind
forasset-rate
pallet.The pallet is intended to be integrated to provide conversion rates for the multi-asset treasury on Polkadot. In this setup, the asset_kind will be the
MultiLocation
.