Class StateProofReveal
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.StateProofReveal
-
public class StateProofReveal extends PathResponse
-
-
Field Summary
Fields Modifier and Type Field Description StateProofParticipant
participant
(p)BigInteger
position
The position in the signature and participants arrays corresponding to this entry.StateProofSigSlot
sigSlot
(s)
-
Constructor Summary
Constructors Constructor Description StateProofReveal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-
-
-
Field Detail
-
participant
public StateProofParticipant participant
(p)
-
position
public BigInteger position
The position in the signature and participants arrays corresponding to this entry.
-
sigSlot
public StateProofSigSlot sigSlot
(s)
-
-