CloseTreeV2InstructionAccounts: {
    authority?: Signer;
    compressionProgram?: PublicKey | Pda;
    feeRecipient?: PublicKey | Pda;
    logWrapper?: PublicKey | Pda;
    merkleTree: PublicKey | Pda;
    recipient: PublicKey | Pda;
    systemProgram?: PublicKey | Pda;
    treeConfig?: PublicKey | Pda;
}

Type declaration

  • Optional authority?: Signer

    Tree creator or delegate.

  • Optional compressionProgram?: PublicKey | Pda
  • Optional feeRecipient?: PublicKey | Pda

    Hardcoded protocol recipient for any uncollected fees held by the tree config PDA.

  • Optional logWrapper?: PublicKey | Pda
  • merkleTree: PublicKey | Pda
  • recipient: PublicKey | Pda

    Recipient for reclaimed lamports (tree + config PDA rent). Must be the creator or the delegate.

  • Optional systemProgram?: PublicKey | Pda
  • Optional treeConfig?: PublicKey | Pda

Generated using TypeDoc