UNPKG

bxgateway

Version:

Package for connecting to Bloxroute's gateways

11 lines (10 loc) 277 B
export declare class Filter { private _filter; private _valid; build(): string; to(address: string, eq?: boolean): this; from(address: string, eq?: boolean): this; method(methodId: string, eq?: boolean): this; get and(): this; get or(): this; }