Class AssetHoldingReference
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.AssetHoldingReference
-
public class AssetHoldingReference extends PathResponse
References an asset held by an account.
-
-
Field Summary
Fields Modifier and Type Field Description Address
account
BigInteger
asset
Asset ID of the holding.
-
Constructor Summary
Constructors Constructor Description AssetHoldingReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
account()
void
account(String account)
Address of the account holding the asset.boolean
equals(Object o)
-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-
-
-
Field Detail
-
account
public Address account
-
asset
public BigInteger asset
Asset ID of the holding.
-
-
Method Detail
-
account
public void account(String account) throws NoSuchAlgorithmException
Address of the account holding the asset.- Throws:
NoSuchAlgorithmException
-
account
public String account() throws NoSuchAlgorithmException
- Throws:
NoSuchAlgorithmException
-
-