Class TransactionStateProof
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.TransactionStateProof
-
public class TransactionStateProof extends PathResponse
Fields for a state proof transaction. Definition: data/transactions/stateproof.go : StateProofTxnFields
-
-
Field Summary
Fields Modifier and Type Field Description IndexerStateProofMessage
message
(spmsg)StateProofFields
stateProof
(sp) represents a state proof.BigInteger
stateProofType
(sptype) Type of the state proof.
-
Constructor Summary
Constructors Constructor Description TransactionStateProof()
-
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
-
message
public IndexerStateProofMessage message
(spmsg)
-
stateProof
public StateProofFields stateProof
(sp) represents a state proof. Definition: crypto/stateproof/structs.go : StateProof
-
stateProofType
public BigInteger stateProofType
(sptype) Type of the state proof. Integer representing an entry defined in protocol/stateproof.go
-
-