Uses of Class
com.algorand.algosdk.transaction.AppBoxReference
-
Packages that use AppBoxReference Package Description com.algorand.algosdk.builder.transaction com.algorand.algosdk.transaction -
-
Uses of AppBoxReference in com.algorand.algosdk.builder.transaction
Fields in com.algorand.algosdk.builder.transaction with type parameters of type AppBoxReference Modifier and Type Field Description protected List<AppBoxReference>
MethodCallTransactionBuilder. boxReferences
Method parameters in com.algorand.algosdk.builder.transaction with type arguments of type AppBoxReference Modifier and Type Method Description T
ApplicationBaseTransactionBuilder. boxReferences(List<AppBoxReference> boxReferences)
T
ApplicationCallReferencesSetter. boxReferences(List<AppBoxReference> boxReferences)
BoxReferences lists the boxes whose state may be accessed during evaluation of this application call.T
MethodCallTransactionBuilder. boxReferences(List<AppBoxReference> boxReferences)
-
Uses of AppBoxReference in com.algorand.algosdk.transaction
Fields in com.algorand.algosdk.transaction with type parameters of type AppBoxReference Modifier and Type Field Description List<AppBoxReference>
MethodCallParams. boxReferences
Methods in com.algorand.algosdk.transaction with parameters of type AppBoxReference Modifier and Type Method Description static Transaction.BoxReference
Transaction.BoxReference. fromAppBoxReference(AppBoxReference abr, List<Long> foreignApps, Long currentApp)
-