Uses of Class
com.algorand.algosdk.v2.client.model.PendingTransactionsResponse
-
Packages that use PendingTransactionsResponse Package Description com.algorand.algosdk.v2.client.algod -
-
Uses of PendingTransactionsResponse in com.algorand.algosdk.v2.client.algod
Methods in com.algorand.algosdk.v2.client.algod that return types with arguments of type PendingTransactionsResponse Modifier and Type Method Description Response<PendingTransactionsResponse>GetPendingTransactions. execute()Execute the query.Response<PendingTransactionsResponse>GetPendingTransactions. 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.Response<PendingTransactionsResponse>GetPendingTransactionsByAddress. execute()Execute the query.Response<PendingTransactionsResponse>GetPendingTransactionsByAddress. 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.
-