Class MiniAssetHolding
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.MiniAssetHolding
-
public class MiniAssetHolding extends PathResponse
A simplified version of AssetHolding
-
-
Field Summary
Fields Modifier and Type Field Description Address
address
BigInteger
amount
Boolean
deleted
Whether or not this asset holding is currently deleted from its account.Boolean
isFrozen
BigInteger
optedInAtRound
Round during which the account opted into the asset.BigInteger
optedOutAtRound
Round during which the account opted out of the asset.
-
Constructor Summary
Constructors Constructor Description MiniAssetHolding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
address()
void
address(String address)
boolean
equals(Object o)
-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-
-
-
Field Detail
-
address
public Address address
-
amount
public BigInteger amount
-
deleted
public Boolean deleted
Whether or not this asset holding is currently deleted from its account.
-
isFrozen
public Boolean isFrozen
-
optedInAtRound
public BigInteger optedInAtRound
Round during which the account opted into the asset.
-
optedOutAtRound
public BigInteger optedOutAtRound
Round during which the account opted out of the asset.
-
-
Method Detail
-
address
public void address(String address) throws NoSuchAlgorithmException
- Throws:
NoSuchAlgorithmException
-
address
public String address() throws NoSuchAlgorithmException
- Throws:
NoSuchAlgorithmException
-
-