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) 248 B
import * as beet from '@metaplex-foundation/beet'; import { GuardType } from './GuardType'; export declare type RouteArgs = { guard: GuardType; data: Uint8Array; }; export declare const routeArgsBeet: beet.FixableBeetArgsStruct<RouteArgs>;