BurnInstructionAccounts: {
    compressionProgram?: PublicKey | Pda;
    leafDelegate?: PublicKey | Pda | Signer;
    leafOwner: PublicKey | Pda | Signer;
    logWrapper?: PublicKey | Pda;
    merkleTree: PublicKey | Pda;
    systemProgram?: PublicKey | Pda;
    treeConfig?: PublicKey | Pda;
}

Type declaration

Generated using TypeDoc