UNPKG

flashloan-profit-calculator

Version:

A library for analyzing flashloan transactions and calculating profits

4 lines (3 loc) 236 B
export declare function decodeTransferInput(input: string): [string, bigint]; export declare function decodeTransferFromInput(input: string): [string, string, bigint]; export declare function decodeWithdrawInput(input: string): bigint;