UNPKG
nft-random-profile
Version:
latest (1.0.1)
1.0.1
1.0.0
get random nft pfp
nft-random-profile
/
src
/
types
/
index.ts
5 lines
•
94 B
text/typescript
View Raw
1
2
3
4
5
export
interface
Options
{
address
:
string
;
tokenId
?:
string
;
network
:
string
; }