EventQueryOptions interface
Filters for querying past events
Signature:
export interface EventQueryOptions<TFilter extends Record<string, any> = Record<string, any>>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
filters? | TFilter | (Optional) | |
fromBlock? | string | number | (Optional) | |
order? | "asc" | "desc" | (Optional) | |
toBlock? | string | number | (Optional) |