Class StateProof
- java.lang.Object
 - 
- com.algorand.algosdk.v2.client.common.PathResponse
 - 
- com.algorand.algosdk.v2.client.model.StateProof
 
 
 
- 
public class StateProof extends PathResponse
Represents a state proof and its corresponding message 
- 
- 
Field Summary
Fields Modifier and Type Field Description StateProofMessagemessageRepresents the message that the state proofs are attesting to.byte[]stateProof 
- 
Constructor Summary
Constructors Constructor Description StateProof() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringstateProof()voidstateProof(String base64Encoded)The encoded StateProof for the message.- 
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
message
public StateProofMessage message
Represents the message that the state proofs are attesting to. 
- 
stateProof
public byte[] stateProof
 
 - 
 
 -