SetVotingPeriodParams

Represents the parameters for the "setVotingPeriod" function.

type SetVotingPeriodParams = WithOverrides<{
newVotingPeriod: AbiParameterToPrimitiveType<{
name: "newVotingPeriod";
type: "uint256";
}>;
}>;