Class TransactionResponse
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.TransactionResponse
-
public class TransactionResponse extends PathResponse
-
-
Field Summary
Fields Modifier and Type Field Description LongcurrentRoundRound at which the results were computed.TransactiontransactionContains all fields common to all transactions and serves as an envelope to all transactions type.
-
Constructor Summary
Constructors Constructor Description TransactionResponse()
-
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
-
currentRound
public Long currentRound
Round at which the results were computed.
-
transaction
public Transaction transaction
Contains all fields common to all transactions and serves as an envelope to all transactions type. Represents both regular and inner transactions. Definition: data/transactions/signedtxn.go : SignedTxn data/transactions/transaction.go : Transaction
-
-