pub type Revenue<T: Config> = StorageValue<_GeneratedPrefixForStorageRevenue<T>, BoundedVec<<<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, T::MaxHistoricalRevenue>, ValueQuery>;
Expand description

Keeps track of accumulated revenue from on demand order sales.

Storage type is [StorageValue] with value type BoundedVec < BalanceOf < T > , T :: MaxHistoricalRevenue >.

Aliased Type§

struct Revenue<T: Config>(/* private fields */);