Class ListProofBranch

java.lang.Object
com.exonum.binding.common.proofs.list.ListProofBranch
All Implemented Interfaces:
ListProofNode

public final class ListProofBranch
extends Object
implements ListProofNode
Represents a branch node of a ListProofNode.

A branch node always has a left child, but there might not be a right child (if the underlying Merkle tree is not a full binary tree).