Package | Description |
---|---|
com.exonum.binding.common.proofs.list |
Modifier and Type | Class and Description |
---|---|
class |
ListProofBranch
Represents a branch node of a
ListProofNode . |
class |
ListProofElement
Represents an element of a proof list: a leaf node in a list proof tree.
|
class |
ListProofHashNode
Represents a hash of a Merkle sub-tree: a leaf node in proof trees.
|
Modifier and Type | Method and Description |
---|---|
ListProofNode |
ListProofBranch.getLeft()
Returns the left child in the proof tree.
|
ListProofNode |
UncheckedListProof.getRootProofNode()
Returns raw source proof of this UncheckedListProof.
|
ListProofNode |
UncheckedListProofAdapter.getRootProofNode() |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<ListProofNode> |
ListProofBranch.getRight()
Returns the right child in the proof tree.
|
Constructor and Description |
---|
ListProofBranch(ListProofNode left,
ListProofNode right) |
UncheckedListProofAdapter(ListProofNode rootProofNode,
Serializer<E> serializer)
Creates UncheckedListProofAdapter for convenient usage of ListProof interfaces.
|
Copyright © 2018 Exonum. All rights reserved.