UNPKG

flashloan-profit-calculator

Version:

A library for analyzing flashloan transactions and calculating profits

8 lines (7 loc) 149 B
/** * Calculate the total profit for each token */ export declare function calculateProfitByToken(): { token: string; profit: bigint; }[];