Type alias FreezeEscrowArgs
FreezeEscrowArgs: {
authority: web3.PublicKey;
candyGuard: web3.PublicKey;
candyMachine: web3.PublicKey;
destination: web3.PublicKey;
firstMintTime: beet.COption<beet.bignum>;
freezePeriod: beet.bignum;
frozenCount: beet.bignum;
}
Type declaration
-
authority: web3.PublicKey
-
candyGuard: web3.PublicKey
-
candyMachine: web3.PublicKey
-
destination: web3.PublicKey
-
firstMintTime: beet.COption<beet.bignum>
-
freezePeriod: beet.bignum
-
frozenCount: beet.bignum
Arguments used to create FreezeEscrow