Type Definition pallet_rewards::pallet::EstimatedTreasuryBalance
source · pub type EstimatedTreasuryBalance<T: Config> = StorageValue<_GeneratedPrefixForStorageEstimatedTreasuryBalance<T>, TreasuryBalanceSheet<BalanceOf<T>>, ValueQuery>;
Expand description
Storage type is [StorageValue
] with value type TreasuryBalanceSheet < BalanceOf < T > >
.