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 booleanequals(Object o)static Transaction.BoxReferencefromAppBoxReference(AppBoxReference abr, List<Long> foreignApps, Long currentApp)intgetAppIndex()byte[]getName()inthashCode()StringtoString()
-
-
-
Method Detail
-
fromAppBoxReference
public static Transaction.BoxReference fromAppBoxReference(AppBoxReference abr, List<Long> foreignApps, Long currentApp)
-
getName
public byte[] getName()
-
getAppIndex
public int getAppIndex()
-
-