@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-03-11T21:45:14.408Z[UTC]")
public class AccountRoutesApiImpl
extends java.lang.Object
implements AccountRoutesApi
| Constructor and Description |
|---|
AccountRoutesApiImpl() |
AccountRoutesApiImpl(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
getAccountConfirmedTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
java.util.List<TransactionTypeEnum> type,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<TransactionInfoDTO>>> resultHandler)
Get confirmed transactions
Gets an array of transactions for which an account is the sender or receiver.
|
void |
getAccountIncomingTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
java.util.List<TransactionTypeEnum> type,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<TransactionInfoDTO>>> resultHandler)
Get incoming transactions
Gets an array of incoming transactions.
|
void |
getAccountInfo(java.lang.String accountId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AccountInfoDTO>> resultHandler)
Get account information
Returns the account information.
|
void |
getAccountOutgoingTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
java.util.List<TransactionTypeEnum> type,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<TransactionInfoDTO>>> resultHandler)
Get outgoing transactions
Gets an array of outgoing transactions.
|
void |
getAccountPartialTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
java.util.List<TransactionTypeEnum> type,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<TransactionInfoDTO>>> resultHandler)
Get aggregate bonded transactions information
Gets an array of aggregate bonded transactions where the account is the sender or requires to cosign the transaction.
|
void |
getAccountsInfo(AccountIds accountIds,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<AccountInfoDTO>>> resultHandler)
Get accounts information
Returns the account information for an array of accounts.
|
void |
getAccountUnconfirmedTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
java.util.List<TransactionTypeEnum> type,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<TransactionInfoDTO>>> resultHandler)
Get unconfirmed transactions
Gets the array of transactions not included in a block where an account is the sender or receiver.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public AccountRoutesApiImpl()
public AccountRoutesApiImpl(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public void getAccountConfirmedTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
java.util.List<TransactionTypeEnum> type,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<TransactionInfoDTO>>> resultHandler)
getAccountConfirmedTransactions in interface AccountRoutesApiaccountId - Account public key or address enconded using a 32-character set. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")type - Transaction type to filter by. To filter by multiple transaction types, add more filter query params like: ``type=16974&type=16718``. (optional, default to new ArrayList<>())resultHandler - Asynchronous result handlerpublic void getAccountIncomingTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
java.util.List<TransactionTypeEnum> type,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<TransactionInfoDTO>>> resultHandler)
getAccountIncomingTransactions in interface AccountRoutesApiaccountId - Account public key or address enconded using a 32-character set. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")type - Transaction type to filter by. To filter by multiple transaction types, add more filter query params like: ``type=16974&type=16718``. (optional, default to new ArrayList<>())resultHandler - Asynchronous result handlerpublic void getAccountInfo(java.lang.String accountId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AccountInfoDTO>> resultHandler)
getAccountInfo in interface AccountRoutesApiaccountId - Account public key or address enconded using a 32-character set. (required)resultHandler - Asynchronous result handlerpublic void getAccountOutgoingTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
java.util.List<TransactionTypeEnum> type,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<TransactionInfoDTO>>> resultHandler)
getAccountOutgoingTransactions in interface AccountRoutesApiaccountId - Account public key or address enconded using a 32-character set. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")type - Transaction type to filter by. To filter by multiple transaction types, add more filter query params like: ``type=16974&type=16718``. (optional, default to new ArrayList<>())resultHandler - Asynchronous result handlerpublic void getAccountPartialTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
java.util.List<TransactionTypeEnum> type,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<TransactionInfoDTO>>> resultHandler)
getAccountPartialTransactions in interface AccountRoutesApiaccountId - Account public key or address enconded using a 32-character set. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")type - Transaction type to filter by. To filter by multiple transaction types, add more filter query params like: ``type=16974&type=16718``. (optional, default to new ArrayList<>())resultHandler - Asynchronous result handlerpublic void getAccountUnconfirmedTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
java.util.List<TransactionTypeEnum> type,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<TransactionInfoDTO>>> resultHandler)
getAccountUnconfirmedTransactions in interface AccountRoutesApiaccountId - Account public key or address enconded using a 32-character set. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")type - Transaction type to filter by. To filter by multiple transaction types, add more filter query params like: ``type=16974&type=16718``. (optional, default to new ArrayList<>())resultHandler - Asynchronous result handlerpublic void getAccountsInfo(AccountIds accountIds, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<AccountInfoDTO>>> resultHandler)
getAccountsInfo in interface AccountRoutesApiaccountIds - (optional)resultHandler - Asynchronous result handler