Class MerkleArrayProof
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.MerkleArrayProof
-
public class MerkleArrayProof extends PathResponse
-
-
Field Summary
Fields Modifier and Type Field Description HashFactoryhashFactoryList<byte[]>path(pth)LongtreeDepth(td)
-
Constructor Summary
Constructors Constructor Description MerkleArrayProof()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<String>path()voidpath(List<String> base64Encoded)-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-
-
-
Field Detail
-
hashFactory
public HashFactory hashFactory
-
path
public List<byte[]> path
(pth)
-
treeDepth
public Long treeDepth
(td)
-
-