ConcurrentMerkleTreeHeader: {
    accountType: CompressionAccountType;
    header: ConcurrentMerkleTreeHeaderData;
}

Initialization parameters for an SPL ConcurrentMerkleTree.

Only the following permutations are valid:

max_depth max_buffer_size
14 (64, 256, 1024, 2048)
20 (64, 256, 1024, 2048)
24 (64, 256, 512, 1024, 2048)
26 (64, 256, 512, 1024, 2048)
30 (512, 1024, 2048)

Type declaration

Generated using TypeDoc