UNPKG

@metaplex-foundation/mpl-candy-guard

Version:

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

8 lines (7 loc) 231 B
import * as beet from '@metaplex-foundation/beet'; import { GuardSet } from './GuardSet'; export declare type Group = { label: string; guards: GuardSet; }; export declare const groupBeet: beet.FixableBeetArgsStruct<Group>;