UNPKG

@metaplex-foundation/mpl-candy-machine-core

Version:

MPL Candy Machine Core JavaScript API. This MPL package is for the current generation of the Candy Machine Core (a.k.a. Candy Machine V3).

6 lines (5 loc) 162 B
export * from './CandyMachine'; import { CandyMachine } from './CandyMachine'; export declare const accountProviders: { CandyMachine: typeof CandyMachine; };