Class StateProofParticipant
- java.lang.Object
 - 
- com.algorand.algosdk.v2.client.common.PathResponse
 - 
- com.algorand.algosdk.v2.client.model.StateProofParticipant
 
 
 
- 
public class StateProofParticipant extends PathResponse
 
- 
- 
Field Summary
Fields Modifier and Type Field Description StateProofVerifierverifier(p)BigIntegerweight(w) 
- 
Constructor Summary
Constructors Constructor Description StateProofParticipant() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)- 
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
verifier
public StateProofVerifier verifier
(p) 
- 
weight
public BigInteger weight
(w) 
 - 
 
 -