UNPKG
flashloan-profit-calculator
Version:
latest (1.0.0)
1.0.0
A library for analyzing flashloan transactions and calculating profits
flashloan-profit-calculator
/
dist
/
src
/
processors
/
trace.d.ts
6 lines
(5 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
TraceCall
}
from
"../types/transfer"
;
/** * Process trace calls recursively to catch ETH transfers */
export
declare
function
processTraceCall
(
calls
:
TraceCall
[]
):
Promise
<
void
>;