GetPastEventParams
The GetPastEventParams interface defines the parameters required to retrieve past events from a contract.
Properties
-
eventName:string[] | string | undefinedThe name(s) of the event(s) to retrieve. -
fromBlock:bigintThe starting block number to retrieve events from. -
toBlock:bigintThe ending block number to retrieve events up to.