Type Definition pallet_society::pallet::Pot

source ·
pub type Pot<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStoragePot<T, I>, <<T as Config<I>>::Currency as Currency<<T as Config>::AccountId>>::Balance, ValueQuery>;
Expand description

Amount of our account balance that is specifically for the next round’s bid(s).

Storage type is StorageValue with value type BalanceOf < T, I >.