Type Definition pallet_fees::pallet::SessionTotalFees
source · pub type SessionTotalFees<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageSessionTotalFees<T>, Blake2_128Concat, SessionIndex, Blake2_128Concat, CurrencyId, Fee, ValueQuery>;
Expand description
The total fees for the session. If total hasn’t been set or has been removed then 0 stake is returned.