UNPKG

@metaplex-foundation/mpl-candy-guard

Version:

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

7 lines (6 loc) 204 B
import * as beet from '@metaplex-foundation/beet'; export declare type BotTax = { lamports: beet.bignum; lastInstruction: boolean; }; export declare const botTaxBeet: beet.BeetArgsStruct<BotTax>;