v0.7.0
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
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 blockoptional
blockNumber:BlockNumber
Defined in: src/modules/types.ts:754 Block tag to execute the contract interaction at Common values include ‘latest’, ‘earliest’, ‘pending’, ‘safe’, ‘finalized’optional
blockTag:BlockTag