UNPKG
@etherspot/data-utils
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
Etherspot Data Utils
etherspot.dev
etherspot/etherspot-data-utils
@etherspot/data-utils
/
dist
/
cjs
/
sdk
/
dto
/
get-nft-list.dto.d.ts
7 lines
(5 loc)
•
101 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
class
GetNftListDto
{ chainId: number; account: string; } export { GetNftListDto };