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