Class StateProofTracking
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.StateProofTracking
-
public class StateProofTracking extends PathResponse
-
-
Field Summary
Fields Modifier and Type Field Description Long
nextRound
(n) Next round for which we will accept a state proof transaction.Long
onlineTotalWeight
(t) The total number of microalgos held by the online accounts during the StateProof round.BigInteger
type
State Proof Type.byte[]
votersCommitment
-
Constructor Summary
Constructors Constructor Description StateProofTracking()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
votersCommitment()
void
votersCommitment(String base64Encoded)
(v) Root of a vector commitment containing online accounts that will help sign the proof.-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-
-
-
Field Detail
-
nextRound
public Long nextRound
(n) Next round for which we will accept a state proof transaction.
-
onlineTotalWeight
public Long onlineTotalWeight
(t) The total number of microalgos held by the online accounts during the StateProof round.
-
type
public BigInteger type
State Proof Type. Note the raw object uses map with this as key.
-
votersCommitment
public byte[] votersCommitment
-
-