Class AccountResponse
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.AccountResponse
-
public class AccountResponse extends PathResponse
-
-
Field Summary
Fields Modifier and Type Field Description Account
account
Account information at a given round.Long
currentRound
Round at which the results were computed.
-
Constructor Summary
Constructors Constructor Description AccountResponse()
-
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
-
-