Uses of Class
com.algorand.algosdk.v2.client.model.PendingTransactionResponse
-
Packages that use PendingTransactionResponse Package Description com.algorand.algosdk.transaction com.algorand.algosdk.v2.client com.algorand.algosdk.v2.client.algod com.algorand.algosdk.v2.client.model -
-
Uses of PendingTransactionResponse in com.algorand.algosdk.transaction
Fields in com.algorand.algosdk.transaction declared as PendingTransactionResponse Modifier and Type Field Description PendingTransactionResponseAtomicTransactionComposer.ReturnValue. txInfoConstructors in com.algorand.algosdk.transaction with parameters of type PendingTransactionResponse Constructor Description ReturnValue(String txID, byte[] rawValue, Object value, Method method, Exception parseError, PendingTransactionResponse txInfo) -
Uses of PendingTransactionResponse in com.algorand.algosdk.v2.client
Methods in com.algorand.algosdk.v2.client that return PendingTransactionResponse Modifier and Type Method Description static PendingTransactionResponseUtils. waitForConfirmation(AlgodClient client, String txID, int waitRounds)Wait until a transaction has been confirmed or rejected by the network or wait until waitRound fully elapsed -
Uses of PendingTransactionResponse in com.algorand.algosdk.v2.client.algod
Methods in com.algorand.algosdk.v2.client.algod that return types with arguments of type PendingTransactionResponse Modifier and Type Method Description Response<PendingTransactionResponse>PendingTransactionInformation. execute()Execute the query.Response<PendingTransactionResponse>PendingTransactionInformation. execute(String[] headers, String[] values)Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated. -
Uses of PendingTransactionResponse in com.algorand.algosdk.v2.client.model
Fields in com.algorand.algosdk.v2.client.model declared as PendingTransactionResponse Modifier and Type Field Description PendingTransactionResponseSimulateTransactionResult. txnResultDetails about a pending transaction.Fields in com.algorand.algosdk.v2.client.model with type parameters of type PendingTransactionResponse Modifier and Type Field Description List<PendingTransactionResponse>PendingTransactionResponse. innerTxnsInner transactions produced by application execution.
-