SetProposalThresholdParams

Represents the parameters for the "setProposalThreshold" function.

type SetProposalThresholdParams = WithOverrides<{
newProposalThreshold: AbiParameterToPrimitiveType<{
name: "newProposalThreshold";
type: "uint256";
}>;
}>;