search_tree#
- TangleSearchTree.search_tree(agreement: int = 1) Tangle #
Build a copy of the tangle search tree.
The returned search tree does not contain tangles of agreement less than the specified agreement value.
Parameters#
- agreementint
Tangles in the tangle search tree will have at least this agreement values.
Returns#
- Tangle
The root tangle of the new tree.