Class HoldingRef
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.HoldingRef
-
public class HoldingRef extends PathResponse
HoldingRef names a holding by referring to an Address and Asset it belongs to.
-
-
Constructor Summary
Constructors Constructor Description HoldingRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringaddress()voidaddress(String address)(d) Address in access list, or the sender of the transaction.booleanequals(Object o)-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-
-
-
Method Detail
-
address
public void address(String address) throws NoSuchAlgorithmException
(d) Address in access list, or the sender of the transaction.- Throws:
NoSuchAlgorithmException
-
address
public String address() throws NoSuchAlgorithmException
- Throws:
NoSuchAlgorithmException
-
-