pub type DecidingStatusOf<T, I> = DecidingStatus<BlockNumberFor<T, I>>;
Aliased Type§
struct DecidingStatusOf<T, I> {
pub since: <<T as Config<I>>::BlockNumberProvider as BlockNumberProvider>::BlockNumber,
pub confirming: Option<<<T as Config<I>>::BlockNumberProvider as BlockNumberProvider>::BlockNumber>,
}
Fields§
§since: <<T as Config<I>>::BlockNumberProvider as BlockNumberProvider>::BlockNumber
When this referendum began being “decided”. If confirming, then the end will actually be delayed until the end of the confirmation period.
confirming: Option<<<T as Config<I>>::BlockNumberProvider as BlockNumberProvider>::BlockNumber>
If Some
, then the referendum has entered confirmation stage and will end at
the block number as long as it doesn’t lose its approval in the meantime.