pub type Pot<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStoragePot<T, I>, BalanceOf<T, I>, 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 */);