public class MerkleProof
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.List<java.lang.Integer> |
indices
Leaves indices in the CBMT that are proved present in the block.
|
java.util.List<byte[]> |
lemmas
Hashes of all siblings along the paths to root.
|
| Constructor and Description |
|---|
MerkleProof(java.util.List<java.lang.Integer> indices,
java.util.List<byte[]> lemmas) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public java.util.List<java.lang.Integer> indices
public java.util.List<byte[]> lemmas