UNPKG

@metaplex-foundation/mpl-candy-guard

Version:

MPL Candy Guard JavaScript API. This MPL package is for the current generation of the Candy Guard

9 lines (8 loc) 270 B
export * from './CandyGuard'; export * from './FreezeEscrow'; import { FreezeEscrow } from './FreezeEscrow'; import { CandyGuard } from './CandyGuard'; export declare const accountProviders: { FreezeEscrow: typeof FreezeEscrow; CandyGuard: typeof CandyGuard; };