UNPKG

flowbit

Version:

Ethereum transaction flow analyzer for tracking token and ETH transfers

8 lines 257 B
import { TransferEvent } from "./types"; export declare class Flowbit { private rpcClient?; constructor(nodeUrl?: string); analyze(txid: string): Promise<TransferEvent[]>; private fetchTransactionData; } //# sourceMappingURL=Flowbit.d.ts.map