pub type PerTargetAssetEstimates<T: Config> = StorageDoubleMap<_GeneratedPrefixForStoragePerTargetAssetEstimates<T>, Identity, TargetId, Identity, (AssetId, AssetId), BalanceOf<T>, ValueQuery>;
Expand description

Storage type is [StorageDoubleMap] with key1 type TargetId, key2 type (AssetId, AssetId) and value type BalanceOf < T >.