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
/
address-labels.d.ts
6 lines
(5 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
addLabel
:
import
(
"@metaplex-foundation/amman"
).
AddLabel
;
export
declare
const
isKeyOf
:
(
key
:
import
(
"@metaplex-foundation/amman"
).
KeyLike
) =>
{ (
otherKey
:
import
(
"@metaplex-foundation/amman"
).
KeyLike
):
boolean
;
$spec
:
string
; };