Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFilter

A filter used to monitor the blockchain for log/events

Hierarchy

  • IFilter

Indexable

[k: string]: any

A filter used to monitor the blockchain for log/events

Index

Properties

Optional address

address: string | string[]

Optional fromBlock

fromBlock: undefined | string

Block from which to begin filtering events

Optional toBlock

toBlock: undefined | string

Block from which to end filtering events

Optional topics

topics: string[]

Array of 32 Bytes DATA topics. Topics are order-dependent. Each topic can also be an array of DATA with 'or' options

Generated using TypeDoc