Uses of Class
com.algorand.algosdk.transaction.TransactionWithSigner
-
Packages that use TransactionWithSigner Package Description com.algorand.algosdk.transaction -
-
Uses of TransactionWithSigner in com.algorand.algosdk.transaction
Methods in com.algorand.algosdk.transaction that return types with arguments of type TransactionWithSigner Modifier and Type Method Description List<TransactionWithSigner>
AtomicTransactionComposer. buildGroup()
Finalize the transaction group and returned the finalized transactions.List<TransactionWithSigner>
MethodCallParams. createTransactions()
Create the transactions which will carry out the specified method call.Methods in com.algorand.algosdk.transaction with parameters of type TransactionWithSigner Modifier and Type Method Description void
AtomicTransactionComposer. addTransaction(TransactionWithSigner txnAndSigner)
Add a transaction to this atomic group.
-