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