Class LocalsRef
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.LocalsRef
-
public class LocalsRef extends PathResponse
LocalsRef names a local state by referring to an Address and App it belongs to.
-
-
Constructor Summary
Constructors Constructor Description LocalsRef()
-
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
-
-