Class AlgodApi
java.lang.Object
com.algorand.algosdk.algod.client.api.DefaultApi
com.algorand.algosdk.algod.client.api.AlgodApi
@Deprecated public class AlgodApi extends DefaultApi
Deprecated.
Use the equivalent in v2 algod client
-
Constructor Summary
-
Method Summary
Methods inherited from class com.algorand.algosdk.algod.client.api.DefaultApi
accountInformation, accountInformationAsync, accountInformationCall, accountInformationWithHttpInfo, assetInformation, assetInformationAsync, assetInformationCall, assetInformationWithHttpInfo, getApiClient, getBlock, getBlockAsync, getBlockCall, getBlockWithHttpInfo, getPendingTransactions, getPendingTransactionsAsync, getPendingTransactionsCall, getPendingTransactionsWithHttpInfo, getStatus, getStatusAsync, getStatusCall, getStatusWithHttpInfo, getSupply, getSupplyAsync, getSupplyCall, getSupplyWithHttpInfo, getVersion, getVersionAsync, getVersionCall, getVersionWithHttpInfo, healthCheck, healthCheckAsync, healthCheckCall, healthCheckWithHttpInfo, metrics, metricsAsync, metricsCall, metricsWithHttpInfo, pendingTransactionInformation, pendingTransactionInformationAsync, pendingTransactionInformationCall, pendingTransactionInformationWithHttpInfo, rawTransaction, rawTransactionAsync, rawTransactionCall, rawTransactionWithHttpInfo, setApiClient, suggestedFee, suggestedFeeAsync, suggestedFeeCall, suggestedFeeWithHttpInfo, swaggerJSON, swaggerJSONAsync, swaggerJSONCall, swaggerJSONWithHttpInfo, transaction, transactionAsync, transactionCall, transactionInformation, transactionInformationAsync, transactionInformationCall, transactionInformationWithHttpInfo, transactionParams, transactionParamsAsync, transactionParamsCall, transactionParamsWithHttpInfo, transactions, transactionsAsync, transactionsCall, transactionsWithHttpInfo, transactionWithHttpInfo, waitForBlock, waitForBlockAsync, waitForBlockCall, waitForBlockWithHttpInfo
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AlgodApi
public AlgodApi()Deprecated. -
AlgodApi
Deprecated.
-