pub type AccumulatedStreamAmounts<T: Config> = StorageNMap<_GeneratedPrefixForStorageAccumulatedStreamAmounts<T>, (NMapKey<Identity, T::AccountId>, NMapKey<Identity, StreamId>, NMapKey<Identity, PermissionId>), BalanceOf<T>>;
Expand description
Accumulated amounts for each stream
Storage type is [StorageNMap
] with keys type (T :: AccountId, StreamId, PermissionId) and value type BalanceOf < T >.
Aliased Typeยง
struct AccumulatedStreamAmounts<T: Config>(/* private fields */);