Home > eth-connect > AbstractFilter
Signature:
export declare abstract class AbstractFilter<ReceivedLog, TransformedLog = ReceivedLog>
Constructor | Modifiers | Description |
---|---|---|
(constructor)(requestManager) | Constructs a new instance of the AbstractFilter class |
Property | Modifiers | Type | Description |
---|---|---|---|
callbacks | protected |
((message: TransformedLog) => void)[] | |
filterId | protected |
IFuture<Data> | |
formatter | (x: ReceivedLog) => TransformedLog | ||
isDisposed | boolean | ||
isStarted | boolean | ||
requestManager | RequestManager | ||
stopSemaphore | protected |
IFuture<any> |
Method | Modifiers | Description |
---|---|---|
getChanges() |
|
|
getNewFilter() |
|
|
start() | ||
stop() | ||
uninstall() |
|
|
watch(callback) |