Package com.algorand.algosdk.transaction
Class Transaction.BoxReference
- java.lang.Object
-
- com.algorand.algosdk.transaction.Transaction.BoxReference
-
- Enclosing class:
- Transaction
public static class Transaction.BoxReference extends Object
-
-
Constructor Summary
Constructors Constructor Description BoxReference(int appIndex, byte[] name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static Transaction.BoxReference
fromAppBoxReference(AppBoxReference abr, List<Long> foreignApps, Long currentApp)
int
getAppIndex()
byte[]
getName()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
fromAppBoxReference
public static Transaction.BoxReference fromAppBoxReference(AppBoxReference abr, List<Long> foreignApps, Long currentApp)
-
getName
public byte[] getName()
-
getAppIndex
public int getAppIndex()
-
-