[soul-wallet-lib](../README.md) / [Exports](../modules.md) / [<internal\>](../modules/internal_.md) / FilterByBlockHash

# Interface: FilterByBlockHash

[<internal>](../modules/internal_.md).FilterByBlockHash

## Hierarchy

- [`EventFilter`](internal_.EventFilter.md)

  ↳ **`FilterByBlockHash`**

## Table of contents

### Properties

- [address](internal_.FilterByBlockHash.md#address)
- [blockHash](internal_.FilterByBlockHash.md#blockhash)
- [topics](internal_.FilterByBlockHash.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

___

### blockHash

• `Optional` **blockHash**: `string`

#### Defined in

node_modules/@ethersproject/abstract-provider/lib/index.d.ts:99

___

### 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
