FreezeSolPayment: {
    destination: PublicKey;
    lamports: SolAmount;
}

Guard that charges an amount in SOL (lamports) for the mint with a freeze period.

List of accounts required:

  1. [writable] Freeze PDA to receive the funds (seeds ["freeze_escrow", destination pubkey, candy guard pubkey, candy machine pubkey]).
  2. [] Associate token account of the NFT (seeds [payer pubkey, token program pubkey, nft mint pubkey]).
  3. [optional] Authorization rule set for the minted pNFT.

Type declaration

Generated using TypeDoc