Creates a new empty Merkle tree for storing compressed (V1) NFTs.
Initializes both the underlying concurrent Merkle tree account and its
TreeConfig PDA. maxDepth and maxBufferSize are fixed for the life
of the tree and bound its maximum leaf capacity and the number of
concurrent modifications it can support.
Creates a new empty Merkle tree for storing compressed (V1) NFTs.
Initializes both the underlying concurrent Merkle tree account and its
TreeConfigPDA.maxDepthandmaxBufferSizeare fixed for the life of the tree and bound its maximum leaf capacity and the number of concurrent modifications it can support.