UNPKG

@renec-foundation/mpl-token-metadata

Version:

MPL Token Metadata JavaScript API.

9 lines (8 loc) 309 B
import { Connection, Keypair, PublicKey, Transaction } from '@solana/web3.js'; export declare class CreateMint extends Transaction { private constructor(); static createMintAccount(connection: Connection, payer: PublicKey): Promise<{ mint: Keypair; createMintTx: CreateMint; }>; }