@metaplex-foundation/mpl-candy-guard
Version:
MPL Candy Guard JavaScript API. This MPL package is for the current generation of the Candy Guard
9 lines (8 loc) • 311 B
TypeScript
import * as beet from '@metaplex-foundation/beet';
import * as web3 from '@solana/web3.js';
export declare type FreezeTokenPayment = {
amount: beet.bignum;
mint: web3.PublicKey;
destinationAta: web3.PublicKey;
};
export declare const freezeTokenPaymentBeet: beet.BeetArgsStruct<FreezeTokenPayment>;