Class StateProofVerifier
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.StateProofVerifier
-
public class StateProofVerifier extends PathResponse
-
-
Field Summary
Fields Modifier and Type Field Description byte[]
commitment
BigInteger
keyLifetime
(lf) Key lifetime.
-
Constructor Summary
Constructors Constructor Description StateProofVerifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
commitment()
void
commitment(String base64Encoded)
(cmt) Represents the root of the vector commitment tree.boolean
equals(Object o)
-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-
-
-
Field Detail
-
commitment
public byte[] commitment
-
keyLifetime
public BigInteger keyLifetime
(lf) Key lifetime.
-
-