UNPKG

flashloan-profit-calculator

Version:

A library for analyzing flashloan transactions and calculating profits

6 lines (5 loc) 195 B
import type { TraceCall } from "../types/transfer"; /** * Process trace calls recursively to catch ETH transfers */ export declare function processTraceCall(calls: TraceCall[]): Promise<void>;