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>assetHoldingsStringnextTokenUsed for pagination, when making another request provide this token with the next parameter.LongroundThe 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 booleanequals(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.
-
-