Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We use
createContractEventFilter()
to create a filter and pass it as a parameter togetFilterLogs()
. However, we currently have a scenario: if we want to get a certain event (this event exists, and there is only one) from block A to block B. Does viem have any restrictions on filters? For example, block range: if the range is too large, it will report an error; for example, log quantity: if too many logs are obtained, it will report an error.I would like to ask if
viem
has any restrictions on block range and log quantity?Beta Was this translation helpful? Give feedback.
All reactions