ContractBlockParameters = object
Defined in: src/modules/types.ts:724
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:729 Block number to execute the contract interaction at This is useful for historical queries or when you want to execute against a specific blockoptionalblockNumber:BlockNumber
blockTag?
Defined in: src/modules/types.ts:735 Block tag to execute the contract interaction at Common values include ‘latest’, ‘earliest’, ‘pending’, ‘safe’, ‘finalized’optionalblockTag:BlockTag