UNPKG
@leda-mint-io/candymachine-client-sdk
Version:
latest (0.1.1)
0.1.1
0.1.0
Metaplex Candy Machine Client SDK
ledamint.io
leda-mint-io/candymachine-client-sdk
@leda-mint-io/candymachine-client-sdk
/
dist
/
enums.d.ts
10 lines
(9 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
enum
StorageType
{
ArweaveBundle
=
"arweave-bundle"
,
ArweaveSol
=
"arweave-sol"
,
Arweave
=
"arweave"
,
Ipfs
=
"ipfs"
,
Aws
=
"aws"
,
NftStorage
=
"nft-storage"
,
Pinata
=
"pinata"
}