UNPKG
@remitano-anhdt/metaplex-js
Version:
latest (4.12.10)
4.12.10
4.12.9
4.12.8
4.12.7
4.12.6
4.12.5
4.12.4
4.12.3
4.12.2
4.12.1
4.12.0
Metaplex JavaScript API
metaplex.com
@remitano-anhdt/metaplex-js
/
lib
/
utils
/
metadata.d.ts
3 lines
(2 loc)
•
114 B
TypeScript
View Raw
1
2
3
import
{
MetadataJson
}
from
'./../types'
;
export
declare
const
lookup
:
(
url
:
string
) =>
Promise
<
MetadataJson
>;