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 AccountaccountAccount information at a given round.LongcurrentRoundRound 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 booleanequals(Object o)-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-