MerkleTree: {
    canopy: PublicKey<string>[];
    discriminator: CompressionAccountType;
    header: AccountHeader;
    publicKey: PublicKey<string>;
    tree: ConcurrentMerkleTree;
    treeHeader: ConcurrentMerkleTreeHeaderData;
}

Type declaration

Generated using TypeDoc