@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) • 308 B
TypeScript
import * as beet from '@metaplex-foundation/beet';
import { GuardSet } from './GuardSet';
import { Group } from './Group';
export declare type CandyGuardData = {
default: GuardSet;
groups: beet.COption<Group[]>;
};
export declare const candyGuardDataBeet: beet.FixableBeetArgsStruct<CandyGuardData>;