UNPKG
simple-libraryq
Version:
latest (0.0.2)
0.0.2
0.0.1
Two Ethereum Blockchain Functions
simple-libraryq
/
dist
/
index.d.ts
5 lines
(3 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
5
declare
function
getLastBlockNumber
(
):
Promise
<
number
>;
declare
function
getUSDTBalance
(
address
:
string
):
Promise
<
string
>;
export
{ getLastBlockNumber, getUSDTBalance };