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) 249 B
import * as beet from '@metaplex-foundation/beet'; export declare enum FreezeInstruction { Initialize = 0, Thaw = 1, UnlockFunds = 2 } export declare const freezeInstructionBeet: beet.FixedSizeBeet<FreezeInstruction, FreezeInstruction>;