Path is bounded by MaxNumLeavesOnEncodedTree since there could be multiple reveals, and given the distribution of the elt positions and the depth of the tree, the path length can increase up to 2^MaxEncodedTreeDepth / 2
TreeDepth represents the depth of the tree that is being proven. It is the number of edges from the root to a leaf.
Static
Readonly
encodingStatic
fromGenerated using TypeDoc
An interface for objects that can be encoded and decoded to/from msgpack and JSON.