public class MerklePathItem
extends java.lang.Object
| Constructor and Description |
|---|
MerklePathItem(Position position,
java.lang.String hash)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHash()
Return hash
|
Position |
getPosition()
Return position
|
public MerklePathItem(Position position, java.lang.String hash)
position - the position in the path.hash - the hash.public Position getPosition()
public java.lang.String getHash()