soul-wallet-lib
Version:
The EIP-4337 library for Soul-Wallet
41 lines (21 loc) • 769 B
Markdown
[soul-wallet-lib](../README.md) / [Exports](../modules.md) / [<internal\>](../modules/internal_.md) / EventFilter
# Interface: EventFilter
[<internal>](../modules/internal_.md).EventFilter
## Hierarchy
- **`EventFilter`**
↳ [`Filter`](internal_.Filter.md)
↳ [`FilterByBlockHash`](internal_.FilterByBlockHash.md)
## Table of contents
### Properties
- [address](internal_.EventFilter.md#address)
- [topics](internal_.EventFilter.md#topics)
## Properties
### address
• `Optional` **address**: `string`
#### Defined in
node_modules/@ethersproject/abstract-provider/lib/index.d.ts:91
___
### topics
• `Optional` **topics**: (``null`` \| `string` \| `string`[])[]
#### Defined in
node_modules/@ethersproject/abstract-provider/lib/index.d.ts:92