Account |
DefaultApi.accountInformation(java.lang.String address) |
Deprecated.
Get account information.
|
com.squareup.okhttp.Call |
DefaultApi.accountInformationAsync(java.lang.String address,
ApiCallback<Account> callback) |
Deprecated.
Get account information.
|
com.squareup.okhttp.Call |
DefaultApi.accountInformationCall(java.lang.String address,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Deprecated.
Build call for accountInformation
|
ApiResponse<Account> |
DefaultApi.accountInformationWithHttpInfo(java.lang.String address) |
Deprecated.
Get account information.
|
AssetParams |
DefaultApi.assetInformation(java.math.BigInteger index) |
Deprecated.
Get asset information.
|
com.squareup.okhttp.Call |
DefaultApi.assetInformationAsync(java.math.BigInteger index,
ApiCallback<AssetParams> callback) |
Deprecated.
Get asset information.
|
com.squareup.okhttp.Call |
DefaultApi.assetInformationCall(java.math.BigInteger index,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Deprecated.
Build call for assetInformation
|
ApiResponse<AssetParams> |
DefaultApi.assetInformationWithHttpInfo(java.math.BigInteger index) |
Deprecated.
Get asset information.
|
Block |
DefaultApi.getBlock(java.math.BigInteger round) |
Deprecated.
Get the block for the given round.
|
com.squareup.okhttp.Call |
DefaultApi.getBlockAsync(java.math.BigInteger round,
ApiCallback<Block> callback) |
Deprecated.
Get the block for the given round.
|
com.squareup.okhttp.Call |
DefaultApi.getBlockCall(java.math.BigInteger round,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Deprecated.
Build call for getBlock
|
ApiResponse<Block> |
DefaultApi.getBlockWithHttpInfo(java.math.BigInteger round) |
Deprecated.
Get the block for the given round.
|
PendingTransactions |
DefaultApi.getPendingTransactions(java.math.BigInteger max) |
Deprecated.
Get a list of unconfirmed transactions currently in the transaction pool.
|
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.
|
com.squareup.okhttp.Call |
DefaultApi.getPendingTransactionsCall(java.math.BigInteger max,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Deprecated.
Build call for getPendingTransactions
|
ApiResponse<PendingTransactions> |
DefaultApi.getPendingTransactionsWithHttpInfo(java.math.BigInteger max) |
Deprecated.
Get a list of unconfirmed transactions currently in the transaction pool.
|
NodeStatus |
DefaultApi.getStatus() |
Deprecated.
Gets the current node status.
|
com.squareup.okhttp.Call |
DefaultApi.getStatusAsync(ApiCallback<NodeStatus> callback) |
Deprecated.
Gets the current node status.
|
com.squareup.okhttp.Call |
DefaultApi.getStatusCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Deprecated.
Build call for getStatus
|
ApiResponse<NodeStatus> |
DefaultApi.getStatusWithHttpInfo() |
Deprecated.
Gets the current node status.
|
Supply |
DefaultApi.getSupply() |
Deprecated.
Get the current supply reported by the ledger.
|
com.squareup.okhttp.Call |
DefaultApi.getSupplyAsync(ApiCallback<Supply> callback) |
Deprecated.
Get the current supply reported by the ledger.
|
com.squareup.okhttp.Call |
DefaultApi.getSupplyCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Deprecated.
Build call for getSupply
|
ApiResponse<Supply> |
DefaultApi.getSupplyWithHttpInfo() |
Deprecated.
Get the current supply reported by the ledger.
|
Version |
DefaultApi.getVersion() |
Deprecated.
Retrieves the current version
|
com.squareup.okhttp.Call |
DefaultApi.getVersionAsync(ApiCallback<Version> callback) |
Deprecated.
(asynchronously)
Retrieves the current version
|
com.squareup.okhttp.Call |
DefaultApi.getVersionCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Deprecated.
Build call for getVersion
|
ApiResponse<Version> |
DefaultApi.getVersionWithHttpInfo() |
Deprecated.
Retrieves the current version
|
void |
DefaultApi.healthCheck() |
Deprecated.
Returns OK if healthy.
|
com.squareup.okhttp.Call |
DefaultApi.healthCheckAsync(ApiCallback<java.lang.Void> callback) |
Deprecated.
Returns OK if healthy.
|
com.squareup.okhttp.Call |
DefaultApi.healthCheckCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Deprecated.
Build call for healthCheck
|
ApiResponse<java.lang.Void> |
DefaultApi.healthCheckWithHttpInfo() |
Deprecated.
Returns OK if healthy.
|
void |
DefaultApi.metrics() |
Deprecated.
Return metrics about algod functioning.
|
com.squareup.okhttp.Call |
DefaultApi.metricsAsync(ApiCallback<java.lang.Void> callback) |
Deprecated.
Return metrics about algod functioning.
|
com.squareup.okhttp.Call |
DefaultApi.metricsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Deprecated.
Build call for metrics
|
ApiResponse<java.lang.Void> |
DefaultApi.metricsWithHttpInfo() |
Deprecated.
Return metrics about algod functioning.
|
Transaction |
DefaultApi.pendingTransactionInformation(java.lang.String txid) |
Deprecated.
Get a specific pending transaction.
|
com.squareup.okhttp.Call |
DefaultApi.pendingTransactionInformationAsync(java.lang.String txid,
ApiCallback<Transaction> callback) |
Deprecated.
Get a specific pending transaction.
|
com.squareup.okhttp.Call |
DefaultApi.pendingTransactionInformationCall(java.lang.String txid,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Deprecated.
Build call for pendingTransactionInformation
|
ApiResponse<Transaction> |
DefaultApi.pendingTransactionInformationWithHttpInfo(java.lang.String txid) |
Deprecated.
Get a specific pending transaction.
|
TransactionID |
DefaultApi.rawTransaction(byte[] rawtxn) |
Deprecated.
Broadcasts a raw transaction to the network.
|
com.squareup.okhttp.Call |
DefaultApi.rawTransactionAsync(byte[] rawtxn,
ApiCallback<TransactionID> callback) |
Deprecated.
Broadcasts a raw transaction to the network.
|
com.squareup.okhttp.Call |
DefaultApi.rawTransactionCall(byte[] rawtxn,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Deprecated.
Build call for rawTransaction
|
ApiResponse<TransactionID> |
DefaultApi.rawTransactionWithHttpInfo(byte[] rawtxn) |
Deprecated.
Broadcasts a raw transaction to the network.
|
TransactionFee |
DefaultApi.suggestedFee() |
Deprecated.
Get the suggested fee
Suggested Fee is returned in units of micro-Algos per byte.
|
com.squareup.okhttp.Call |
DefaultApi.suggestedFeeAsync(ApiCallback<TransactionFee> callback) |
Deprecated.
Get the suggested fee (asynchronously)
Suggested Fee is returned in units of micro-Algos per byte.
|
com.squareup.okhttp.Call |
DefaultApi.suggestedFeeCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Deprecated.
Build call for suggestedFee
|
ApiResponse<TransactionFee> |
DefaultApi.suggestedFeeWithHttpInfo() |
Deprecated.
Get the suggested fee
Suggested Fee is returned in units of micro-Algos per byte.
|
java.lang.String |
DefaultApi.swaggerJSON() |
Deprecated.
Gets the current swagger spec.
|
com.squareup.okhttp.Call |
DefaultApi.swaggerJSONAsync(ApiCallback<java.lang.String> callback) |
Deprecated.
Gets the current swagger spec.
|
com.squareup.okhttp.Call |
DefaultApi.swaggerJSONCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Deprecated.
Build call for swaggerJSON
|
ApiResponse<java.lang.String> |
DefaultApi.swaggerJSONWithHttpInfo() |
Deprecated.
Gets the current swagger spec.
|
Transaction |
DefaultApi.transaction(java.lang.String txid) |
Deprecated.
Get an information of a single transaction.
|
com.squareup.okhttp.Call |
DefaultApi.transactionAsync(java.lang.String txid,
ApiCallback<Transaction> callback) |
Deprecated.
Get an information of a single transaction.
|
com.squareup.okhttp.Call |
DefaultApi.transactionCall(java.lang.String txid,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Deprecated.
Build call for transaction
|
Transaction |
DefaultApi.transactionInformation(java.lang.String address,
java.lang.String txid) |
Deprecated.
Get a specific confirmed transaction.
|
com.squareup.okhttp.Call |
DefaultApi.transactionInformationAsync(java.lang.String address,
java.lang.String txid,
ApiCallback<Transaction> callback) |
Deprecated.
Get a specific confirmed transaction.
|
com.squareup.okhttp.Call |
DefaultApi.transactionInformationCall(java.lang.String address,
java.lang.String txid,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Deprecated.
Build call for transactionInformation
|
ApiResponse<Transaction> |
DefaultApi.transactionInformationWithHttpInfo(java.lang.String address,
java.lang.String txid) |
Deprecated.
Get a specific confirmed transaction.
|
TransactionParams |
DefaultApi.transactionParams() |
Deprecated.
Get parameters for constructing a new transaction
|
com.squareup.okhttp.Call |
DefaultApi.transactionParamsAsync(ApiCallback<TransactionParams> callback) |
Deprecated.
Get parameters for constructing a new transaction (asynchronously)
|
com.squareup.okhttp.Call |
DefaultApi.transactionParamsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Deprecated.
Build call for transactionParams
|
ApiResponse<TransactionParams> |
DefaultApi.transactionParamsWithHttpInfo() |
Deprecated.
Get parameters for constructing a new transaction
|
TransactionList |
DefaultApi.transactions(java.lang.String address,
java.math.BigInteger firstRound,
java.math.BigInteger lastRound,
org.threeten.bp.LocalDate fromDate,
org.threeten.bp.LocalDate toDate,
java.math.BigInteger max) |
Deprecated.
Get a list of confirmed transactions.
|
com.squareup.okhttp.Call |
DefaultApi.transactionsAsync(java.lang.String address,
java.math.BigInteger firstRound,
java.math.BigInteger lastRound,
org.threeten.bp.LocalDate fromDate,
org.threeten.bp.LocalDate toDate,
java.math.BigInteger max,
ApiCallback<TransactionList> callback) |
Deprecated.
Get a list of confirmed transactions.
|
com.squareup.okhttp.Call |
DefaultApi.transactionsCall(java.lang.String address,
java.math.BigInteger firstRound,
java.math.BigInteger lastRound,
org.threeten.bp.LocalDate fromDate,
org.threeten.bp.LocalDate toDate,
java.math.BigInteger max,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Deprecated.
Build call for transactions
|
ApiResponse<TransactionList> |
DefaultApi.transactionsWithHttpInfo(java.lang.String address,
java.math.BigInteger firstRound,
java.math.BigInteger lastRound,
org.threeten.bp.LocalDate fromDate,
org.threeten.bp.LocalDate toDate,
java.math.BigInteger max) |
Deprecated.
Get a list of confirmed transactions.
|
ApiResponse<Transaction> |
DefaultApi.transactionWithHttpInfo(java.lang.String txid) |
Deprecated.
Get an information of a single transaction.
|
NodeStatus |
DefaultApi.waitForBlock(java.math.BigInteger round) |
Deprecated.
Gets the node status after waiting for the given round.
|
com.squareup.okhttp.Call |
DefaultApi.waitForBlockAsync(java.math.BigInteger round,
ApiCallback<NodeStatus> callback) |
Deprecated.
Gets the node status after waiting for the given round.
|
com.squareup.okhttp.Call |
DefaultApi.waitForBlockCall(java.math.BigInteger round,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Deprecated.
Build call for waitForBlock
|
ApiResponse<NodeStatus> |
DefaultApi.waitForBlockWithHttpInfo(java.math.BigInteger round) |
Deprecated.
Gets the node status after waiting for the given round.
|