Package com.algorand.algosdk.transaction
Class AppBoxReference
- java.lang.Object
-
- com.algorand.algosdk.transaction.AppBoxReference
-
public class AppBoxReference extends Object
-
-
Constructor Summary
Constructors Constructor Description AppBoxReference(long appId, byte[] name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
long
getAppId()
byte[]
getName()
int
hashCode()
String
nameQueryEncoded()
String
toString()
-
-
-
Method Detail
-
getAppId
public long getAppId()
-
getName
public byte[] getName()
-
nameQueryEncoded
public String nameQueryEncoded()
-
-