DelegateInstructionAccounts: {
    compressionProgram?: PublicKey | Pda;
    leafOwner: Signer;
    logWrapper?: PublicKey | Pda;
    merkleTree: PublicKey | Pda;
    newLeafDelegate: PublicKey | Pda;
    previousLeafDelegate: PublicKey | Pda;
    systemProgram?: PublicKey | Pda;
    treeConfig?: PublicKey | Pda;
}

Type declaration

Generated using TypeDoc