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 LongnextRound(n) Next round for which we will accept a state proof transaction.LongonlineTotalWeight(t) The total number of microalgos held by the online accounts during the StateProof round.BigIntegertypeState Proof Type.byte[]votersCommitment
-
Constructor Summary
Constructors Constructor Description StateProofTracking()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringvotersCommitment()voidvotersCommitment(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
-
-