UNPKG

flashloan-profit-calculator

Version:

A library for analyzing flashloan transactions and calculating profits

9 lines (8 loc) 192 B
export type TokenBalanceChange = { [token: string]: { [address: string]: { amount: bigint; type: "TokenTransfer" | "Revenue" | "Cost"; }; }; };