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
/
services
/
alchemy.d.ts
4 lines
(3 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
import
{
Alchemy
,
type
TokenMetadataResponse
}
from
"alchemy-sdk"
;
export
declare
const
alchemy
:
Alchemy
;
export
declare
const
getTokenMetadata
:
(
contract
:
string
) =>
Promise
<
TokenMetadataResponse
>;