Uses of Class
com.algorand.algosdk.algod.client.model.PendingTransactions
Package | Description |
---|---|
com.algorand.algosdk.algod.client.api | |
com.algorand.algosdk.algod.client.model |
-
Uses of PendingTransactions in com.algorand.algosdk.algod.client.api
Methods in com.algorand.algosdk.algod.client.api that return PendingTransactions Modifier and Type Method Description PendingTransactions
DefaultApi. getPendingTransactions(java.math.BigInteger max)
Deprecated.Get a list of unconfirmed transactions currently in the transaction pool.Methods in com.algorand.algosdk.algod.client.api that return types with arguments of type PendingTransactions Modifier and Type Method Description ApiResponse<PendingTransactions>
DefaultApi. getPendingTransactionsWithHttpInfo(java.math.BigInteger max)
Deprecated.Get a list of unconfirmed transactions currently in the transaction pool.Method parameters in com.algorand.algosdk.algod.client.api with type arguments of type PendingTransactions Modifier and Type Method Description com.squareup.okhttp.Call
DefaultApi. getPendingTransactionsAsync(java.math.BigInteger max, ApiCallback<PendingTransactions> callback)
Deprecated.Get a list of unconfirmed transactions currently in the transaction pool. -
Uses of PendingTransactions in com.algorand.algosdk.algod.client.model
Methods in com.algorand.algosdk.algod.client.model that return PendingTransactions Modifier and Type Method Description PendingTransactions
PendingTransactions. totalTxns(java.math.BigInteger totalTxns)
Deprecated.PendingTransactions
PendingTransactions. truncatedTxns(TransactionList truncatedTxns)
Deprecated.