ApiResponse<Account> |
DefaultApi.accountInformationWithHttpInfo(java.lang.String address) |
Deprecated.
Get account information.
|
ApiResponse<AssetParams> |
DefaultApi.assetInformationWithHttpInfo(java.math.BigInteger index) |
Deprecated.
Get asset information.
|
ApiResponse<Block> |
DefaultApi.getBlockWithHttpInfo(java.math.BigInteger round) |
Deprecated.
Get the block for the given round.
|
ApiResponse<PendingTransactions> |
DefaultApi.getPendingTransactionsWithHttpInfo(java.math.BigInteger max) |
Deprecated.
Get a list of unconfirmed transactions currently in the transaction pool.
|
ApiResponse<NodeStatus> |
DefaultApi.getStatusWithHttpInfo() |
Deprecated.
Gets the current node status.
|
ApiResponse<Supply> |
DefaultApi.getSupplyWithHttpInfo() |
Deprecated.
Get the current supply reported by the ledger.
|
ApiResponse<Version> |
DefaultApi.getVersionWithHttpInfo() |
Deprecated.
Retrieves the current version
|
ApiResponse<java.lang.Void> |
DefaultApi.healthCheckWithHttpInfo() |
Deprecated.
Returns OK if healthy.
|
ApiResponse<java.lang.Void> |
DefaultApi.metricsWithHttpInfo() |
Deprecated.
Return metrics about algod functioning.
|
ApiResponse<Transaction> |
DefaultApi.pendingTransactionInformationWithHttpInfo(java.lang.String txid) |
Deprecated.
Get a specific pending transaction.
|
ApiResponse<TransactionID> |
DefaultApi.rawTransactionWithHttpInfo(byte[] rawtxn) |
Deprecated.
Broadcasts a raw transaction to the network.
|
ApiResponse<TransactionFee> |
DefaultApi.suggestedFeeWithHttpInfo() |
Deprecated.
Get the suggested fee
Suggested Fee is returned in units of micro-Algos per byte.
|
ApiResponse<java.lang.String> |
DefaultApi.swaggerJSONWithHttpInfo() |
Deprecated.
Gets the current swagger spec.
|
ApiResponse<Transaction> |
DefaultApi.transactionInformationWithHttpInfo(java.lang.String address,
java.lang.String txid) |
Deprecated.
Get a specific confirmed transaction.
|
ApiResponse<TransactionParams> |
DefaultApi.transactionParamsWithHttpInfo() |
Deprecated.
Get parameters for constructing a new transaction
|
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.
|
ApiResponse<NodeStatus> |
DefaultApi.waitForBlockWithHttpInfo(java.math.BigInteger round) |
Deprecated.
Gets the node status after waiting for the given round.
|