UNPKG
@phiresky/eth-scan
Version:
latest (3.5.4)
3.5.4
An efficient Ether and token balance scanner
MyCryptoHQ/eth-scan
@phiresky/eth-scan
/
src
/
types
/
result.ts
2 lines
(1 loc)
•
44 B
text/typescript
View Raw
1
2
export
type
Result
= [
boolean
,
Uint8Array
];