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[]commitmentBigIntegerkeyLifetime(lf) Key lifetime.
-
Constructor Summary
Constructors Constructor Description StateProofVerifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcommitment()voidcommitment(String base64Encoded)(cmt) Represents the root of the vector commitment tree.booleanequals(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.
-
-