Class AccountAssetsInformationResponse
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.AccountAssetsInformationResponse
-
public class AccountAssetsInformationResponse extends PathResponse
AccountAssetsInformationResponse contains a list of assets held by an account.
-
-
Field Summary
Fields Modifier and Type Field Description List<AccountAssetHolding>
assetHoldings
String
nextToken
Used for pagination, when making another request provide this token with the next parameter.Long
round
The round for which this information is relevant.
-
Constructor Summary
Constructors Constructor Description AccountAssetsInformationResponse()
-
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
-
assetHoldings
public List<AccountAssetHolding> assetHoldings
-
nextToken
public String nextToken
Used for pagination, when making another request provide this token with the next parameter.
-
round
public Long round
The round for which this information is relevant.
-
-