soul-wallet-lib
Version:
The EIP-4337 library for Soul-Wallet
69 lines (36 loc) • 1.34 kB
Markdown
[soul-wallet-lib](../README.md) / [Exports](../modules.md) / [<internal\>](../modules/internal_.md) / Filter
# Interface: Filter
[<internal>](../modules/internal_.md).Filter
## Hierarchy
- [`EventFilter`](internal_.EventFilter.md)
↳ **`Filter`**
## Table of contents
### Properties
- [address](internal_.Filter.md#address)
- [fromBlock](internal_.Filter.md#fromblock)
- [toBlock](internal_.Filter.md#toblock)
- [topics](internal_.Filter.md#topics)
## Properties
### address
• `Optional` **address**: `string`
#### Inherited from
[EventFilter](internal_.EventFilter.md).[address](internal_.EventFilter.md#address)
#### Defined in
node_modules/@ethersproject/abstract-provider/lib/index.d.ts:91
___
### fromBlock
• `Optional` **fromBlock**: [`BlockTag`](../modules/internal_.md#blocktag)
#### Defined in
node_modules/@ethersproject/abstract-provider/lib/index.d.ts:95
___
### toBlock
• `Optional` **toBlock**: [`BlockTag`](../modules/internal_.md#blocktag)
#### Defined in
node_modules/@ethersproject/abstract-provider/lib/index.d.ts:96
___
### topics
• `Optional` **topics**: (``null`` \| `string` \| `string`[])[]
#### Inherited from
[EventFilter](internal_.EventFilter.md).[topics](internal_.EventFilter.md#topics)
#### Defined in
node_modules/@ethersproject/abstract-provider/lib/index.d.ts:92