ContractBlockParameters = object
Defined in: src/modules/types.ts:743 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?

optional blockNumber: BlockNumber
Defined in: src/modules/types.ts:748 Block number to execute the contract interaction at This is useful for historical queries or when you want to execute against a specific block

blockTag?

optional blockTag: BlockTag
Defined in: src/modules/types.ts:754 Block tag to execute the contract interaction at Common values include ‘latest’, ‘earliest’, ‘pending’, ‘safe’, ‘finalized’