TypeScript SDK
GetVotesWithParamsParams
Represents the parameters for the "getVotesWithParams" function.
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";  }>;};type account = AbiParameterToPrimitiveType<{  name: "account";  type: "address";}>;type blockNumber = AbiParameterToPrimitiveType<{  name: "blockNumber";  type: "uint256";}>;type params = AbiParameterToPrimitiveType<{  name: "params";  type: "bytes";}>;