Returns the depth of the tree.
Tree depth.
Returns the members (i.e. identity commitments) of the group.
List of members.
Returns the root hash of the tree.
Root hash.
Returns the zero value of the tree.
Tree zero value.
Adds a new member to the group.
New member.
Adds new members to the group.
New members.
Creates a proof of membership.
Index of the proof's member.
Proof object.
Returns the index of a member. If the member does not exist it returns -1.
Group member.
Index of the member.
Removes a member from the group.
Index of the member to be removed.
Updates a member in the group.
Index of the member to be updated.
New member value.
Generated using TypeDoc
Initializes the group with the tree depth and the zero value.