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. boxReferencesMethod parameters in com.algorand.algosdk.builder.transaction with type arguments of type AppBoxReference Modifier and Type Method Description TApplicationBaseTransactionBuilder. boxReferences(List<AppBoxReference> boxReferences)TApplicationCallReferencesSetter. boxReferences(List<AppBoxReference> boxReferences)BoxReferences lists the boxes whose state may be accessed during evaluation of this application call.TMethodCallTransactionBuilder. 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. boxReferencesMethods in com.algorand.algosdk.transaction with parameters of type AppBoxReference Modifier and Type Method Description static Transaction.BoxReferenceTransaction.BoxReference. fromAppBoxReference(AppBoxReference abr, List<Long> foreignApps, Long currentApp)
-