pub type AccumulatedSettlements<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageAccumulatedSettlements<T>, Identity, T::AccountId, Identity, AssetType<u32>, BalanceOf<T>>;
Expand description

Accumulated settlements per executor per asset id.

Storage type is [StorageDoubleMap] with key1 type T :: AccountId, key2 type AssetType < u32 > and value type BalanceOf < T >.