Skip to content

PathToLeaf

ratranqu edited this page Apr 7, 2021 · 2 revisions

PathToLeaf

PathToLeaf represents an inner path to a leaf node. Note that the nodes are ordered such that the last one is closest to the root of the tree.

public typealias PathToLeaf<Node: NodeProtocol> = [ProofInnerNode<Node>]