Minimal Anti Collusion Infrastructure (MACI) / calculateQuinTreeDepthFromMaxLeaves
Function: calculateQuinTreeDepthFromMaxLeaves()
calculateQuinTreeDepthFromMaxLeaves(
maxLeaves
):number
Defined in: packages/sdk/ts/utils/trees.ts:21
Utility to calculate the depth of a quin tree
Parameters
maxLeaves
number
the number of leaves in the tree
Returns
number
the depth of the tree