Class IndexerStateProofMessage
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.IndexerStateProofMessage
-
public class IndexerStateProofMessage extends PathResponse
-
-
Field Summary
Fields Modifier and Type Field Description byte[]
blockHeadersCommitment
BigInteger
firstAttestedRound
(f)BigInteger
latestAttestedRound
(l)BigInteger
lnProvenWeight
(P)byte[]
votersCommitment
-
Constructor Summary
Constructors Constructor Description IndexerStateProofMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
blockHeadersCommitment()
void
blockHeadersCommitment(String base64Encoded)
(b)boolean
equals(Object o)
String
votersCommitment()
void
votersCommitment(String base64Encoded)
(v)-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-
-
-
Field Detail
-
blockHeadersCommitment
public byte[] blockHeadersCommitment
-
firstAttestedRound
public BigInteger firstAttestedRound
(f)
-
latestAttestedRound
public BigInteger latestAttestedRound
(l)
-
lnProvenWeight
public BigInteger lnProvenWeight
(P)
-
votersCommitment
public byte[] votersCommitment
-
-