GetVotesParams

Represents the parameters for the "getVotes" function.

type GetVotesParams = {
account: AbiParameterToPrimitiveType<{
name: "account";
type: "address";
}>;
blockNumber: AbiParameterToPrimitiveType<{
name: "blockNumber";
type: "uint256";
}>;
};