pub type SettlementsPerRound<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageSettlementsPerRound<T>, Blake2_128, RoundInfo<BlockNumberFor<T>>, Identity, T::Hash, Settlement<T::AccountId, <T::Currency as Currency<T::AccountId>>::Balance, <T::Assets as Inspect<T::AccountId>>::AssetId>>;
Expand description

Storage type is [StorageDoubleMap] with key1 type RoundInfo < BlockNumberFor < T > >, key2 type T :: Hash and value type Settlement < T :: AccountId, < T :: Currency as Currency < T :: AccountId > > :: Balance, < T :: Assets as Inspect < T :: AccountId > > :: AssetId, >.