Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.55 KB

eth-connect.ethfilter.md

File metadata and controls

36 lines (25 loc) · 1.55 KB

Home > eth-connect > EthFilter

EthFilter class

Signature:

export declare class EthFilter<TransformedLog = LogObject, ReceivedLog = LogObject> extends AbstractFilter<ReceivedLog, TransformedLog> 

Extends: AbstractFilter<ReceivedLog, TransformedLog>

Constructors

Constructor Modifiers Description
(constructor)(requestManager, options, formatter) Constructs a new instance of the EthFilter class

Properties

Property Modifiers Type Description
formatter (message: ReceivedLog) => TransformedLog
options FilterOptions
requestManager RequestManager

Methods

Method Modifiers Description
getChanges() protected
getLogs()
getNewFilter() protected
uninstall() protected