referrerpolicy=no-referrer-when-downgrade
pallet_society::pallet

Type Alias 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 >.

Aliased Type§

struct Pot<T: Config<I>, I: 'static = ()>(/* private fields */);