public class MerklePathNodeDto extends Object
MerklePathNodeDto()
String
getHash()
boolean
isLeftChildNode()
void
setHash(String hash)
setLeftChildNode(boolean leftChildNode)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MerklePathNodeDto()
public String getHash()
public void setHash(String hash)
public boolean isLeftChildNode()
public void setLeftChildNode(boolean leftChildNode)
Copyright © 2020. All rights reserved.