pub type SubscribedAccounts<T: Config> = StorageMap<_GeneratedPrefixForStorageSubscribedAccounts<T>, Blake2_128Concat, T::AccountId, (T::DEXId, AccountIdOf<T>, T::BlockNumber, T::BlockNumber)>;
Expand description

Store for information about accounts containing fees, that participate in incentive distribution mechanism. Fees Account Id -> (DEX Id, Pool Marker Asset Id, Distribution Frequency, Block Offset) Frequency MUST be non-zero.