UNPKG
@renec-foundation/mpl-token-metadata
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
MPL Token Metadata JavaScript API.
metaplex.com
renec-chain/mpl-token-metadata
@renec-foundation/mpl-token-metadata
/
dist
/
test
/
utils
/
consts.d.ts
9 lines
(8 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
const
programIds
: {
metadata
:
string
;
vault
:
string
;
auction
:
string
;
metaplex
:
string
; };
export
declare
const
DEVNET
:
string
;
export
declare
const
connectionURL
:
string
;