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
/
utils
/
parsing.d.ts
3 lines
(2 loc)
•
129 B
TypeScript
View Raw
1
2
3
export
declare
function
parseAmountSafely
(
hexValue
:
string
):
string
;
export
declare
function
padAddress
(
topic
?:
string
):
string
;