Type Definition pallet_fees::pallet::EraTotalFees

source ·
pub type EraTotalFees<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageEraTotalFees<T>, Blake2_128Concat, EraIndex, Blake2_128Concat, CurrencyId, Fee, ValueQuery>;
Expand description

The total fees for the era. If total hasn’t been set or has been removed then 0 stake is returned.