UNPKG

candy-machine-assistant

Version:

A tool to assist in the connecting to candy machines, mint accounts and confirm NFT transactions based on Solana's Metaplex NFTs.

4 lines (3 loc) 231 B
import { Connection, PublicKey } from "@solana/web3.js"; import { Metadata } from "@metaplex-foundation/mpl-token-metadata"; export declare const getMetadataFromMint: (mint: PublicKey, connection: Connection) => Promise<Metadata>;