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) 179 B
import * as beet from '@metaplex-foundation/beet'; export declare type StartDate = { date: beet.bignum; }; export declare const startDateBeet: beet.BeetArgsStruct<StartDate>;