UNPKG

@metaplex-foundation/mpl-candy-guard

Version:

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

6 lines (5 loc) 197 B
import * as beet from '@metaplex-foundation/beet'; export declare type RedeemedAmount = { maximum: beet.bignum; }; export declare const redeemedAmountBeet: beet.BeetArgsStruct<RedeemedAmount>;