TypeScript SDK
GetVotesParams
Represents the parameters for the "getVotes" function.
Represents the parameters for the "getVotes" function.
type GetVotesParams = {  account: AbiParameterToPrimitiveType<{    name: "account";    type: "address";  }>;  blockNumber: AbiParameterToPrimitiveType<{    name: "blockNumber";    type: "uint256";  }>;};type account = AbiParameterToPrimitiveType<{  name: "account";  type: "address";}>;type blockNumber = AbiParameterToPrimitiveType<{  name: "blockNumber";  type: "uint256";}>;