pub type ShouldSubmitProposerVote<T: Config> = StorageValue<_GeneratedPrefixForStorageShouldSubmitProposerVote<T>, bool, ValueQuery>;
Expand description

Should we submit a vote for the new DKG governor if we are a proposer

Storage type is [StorageValue] with value type bool.