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