UNPKG

@metaplex-foundation/mpl-candy-guard

Version:

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

6 lines (5 loc) 181 B
import * as beet from '@metaplex-foundation/beet'; export declare type MintCounter = { count: number; }; export declare const mintCounterBeet: beet.BeetArgsStruct<MintCounter>;