Maps an asset to its fixed point representation in the native balance.
E.g. native_amount = asset_amount * ConversionRateToNative::<T>::get(asset_kind)
native_amount = asset_amount * ConversionRateToNative::<T>::get(asset_kind)
Maps an asset to its fixed point representation in the native balance.
E.g.
native_amount = asset_amount * ConversionRateToNative::<T>::get(asset_kind)