Type Definition pallet_xdns::pallet::AssetEstimatesInNative
source · pub type AssetEstimatesInNative<T: Config> = StorageMap<_GeneratedPrefixForStorageAssetEstimatesInNative<T>, Identity, AssetId, BalanceOf<T>, ValueQuery>;
Expand description
Storage type is [StorageMap
] with key type AssetId
and value type BalanceOf < T >
.