ContractBlockParameters = object
Defined in: src/modules/types.ts:767
Block parameters that can be used in wagmi’s readContract function
to specify a specific block number or tag to interact with the contract at
Properties
blockNumber?
Defined in: src/modules/types.ts:772 Block number to execute the contract interaction at This is useful for historical queries or when you want to execute against a specific blockoptional
blockNumber:BlockNumber
blockTag?
Defined in: src/modules/types.ts:778 Block tag to execute the contract interaction at Common values include ‘latest’, ‘earliest’, ‘pending’, ‘safe’, ‘finalized’optional
blockTag:BlockTag