GetVotesWithParamsParams

Represents the parameters for the "getVotesWithParams" function.

type GetVotesWithParamsParams = {
account: AbiParameterToPrimitiveType<{
name: "account";
type: "address";
}>;
blockNumber: AbiParameterToPrimitiveType<{
name: "blockNumber";
type: "uint256";
}>;
params: AbiParameterToPrimitiveType<{
name: "params";
type: "bytes";
}>;
};