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 AddressaddressBigIntegeramountBooleandeletedWhether or not this asset holding is currently deleted from its account.BooleanisFrozenBigIntegeroptedInAtRoundRound during which the account opted into the asset.BigIntegeroptedOutAtRoundRound 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 Stringaddress()voidaddress(String address)booleanequals(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
-
-