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) 265 B
import * as web3 from '@solana/web3.js'; import * as beet from '@metaplex-foundation/beet'; export declare type Gatekeeper = { gatekeeperNetwork: web3.PublicKey; expireOnUse: boolean; }; export declare const gatekeeperBeet: beet.BeetArgsStruct<Gatekeeper>;