@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-02-18T19:12:35.788Z[UTC]")
public class AccountRoutesApi
extends java.lang.Object
| Constructor and Description |
|---|
AccountRoutesApi(AccountRoutesApi delegate) |
| 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.lang.String 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.lang.String 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.lang.String 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.lang.String 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.lang.String 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.
|
AccountRoutesApi |
getDelegate() |
static AccountRoutesApi |
newInstance(AccountRoutesApi arg) |
rx.Single<java.util.List<TransactionInfoDTO>> |
rxGetAccountConfirmedTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
java.lang.String type)
Get confirmed transactions
Gets an array of transactions for which an account is the sender or receiver.
|
rx.Single<java.util.List<TransactionInfoDTO>> |
rxGetAccountIncomingTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
java.lang.String type)
Get incoming transactions
Gets an array of incoming transactions.
|
rx.Single<AccountInfoDTO> |
rxGetAccountInfo(java.lang.String accountId)
Get account information
Returns the account information.
|
rx.Single<java.util.List<TransactionInfoDTO>> |
rxGetAccountOutgoingTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
java.lang.String type)
Get outgoing transactions
Gets an array of outgoing transactions.
|
rx.Single<java.util.List<TransactionInfoDTO>> |
rxGetAccountPartialTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
java.lang.String type)
Get aggregate bonded transactions information
Gets an array of aggregate bonded transactions where the account is the sender or requires to cosign the transaction.
|
rx.Single<java.util.List<AccountInfoDTO>> |
rxGetAccountsInfo(AccountIds accountIds)
Get accounts information
Returns the account information for an array of accounts.
|
rx.Single<java.util.List<TransactionInfoDTO>> |
rxGetAccountUnconfirmedTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
java.lang.String type)
Get unconfirmed transactions
Gets the array of transactions not included in a block where an account is the sender or receiver.
|
public AccountRoutesApi(AccountRoutesApi delegate)
public AccountRoutesApi getDelegate()
public void getAccountConfirmedTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
java.lang.String type,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<TransactionInfoDTO>>> resultHandler)
accountId - 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 types to filter by, separated by commas. (optional)resultHandler - Asynchronous result handlerpublic rx.Single<java.util.List<TransactionInfoDTO>> rxGetAccountConfirmedTransactions(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering, java.lang.String type)
accountId - 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 types to filter by, separated by commas. (optional)public void getAccountIncomingTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
java.lang.String type,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<TransactionInfoDTO>>> resultHandler)
accountId - 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 types to filter by, separated by commas. (optional)resultHandler - Asynchronous result handlerpublic rx.Single<java.util.List<TransactionInfoDTO>> rxGetAccountIncomingTransactions(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering, java.lang.String type)
accountId - 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 types to filter by, separated by commas. (optional)public void getAccountInfo(java.lang.String accountId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AccountInfoDTO>> resultHandler)
accountId - Account public key or address enconded using a 32-character set. (required)resultHandler - Asynchronous result handlerpublic rx.Single<AccountInfoDTO> rxGetAccountInfo(java.lang.String accountId)
accountId - Account public key or address enconded using a 32-character set. (required)public void getAccountOutgoingTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
java.lang.String type,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<TransactionInfoDTO>>> resultHandler)
accountId - 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 types to filter by, separated by commas. (optional)resultHandler - Asynchronous result handlerpublic rx.Single<java.util.List<TransactionInfoDTO>> rxGetAccountOutgoingTransactions(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering, java.lang.String type)
accountId - 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 types to filter by, separated by commas. (optional)public void getAccountPartialTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
java.lang.String type,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<TransactionInfoDTO>>> resultHandler)
accountId - 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 types to filter by, separated by commas. (optional)resultHandler - Asynchronous result handlerpublic rx.Single<java.util.List<TransactionInfoDTO>> rxGetAccountPartialTransactions(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering, java.lang.String type)
accountId - 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 types to filter by, separated by commas. (optional)public void getAccountUnconfirmedTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
java.lang.String type,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<TransactionInfoDTO>>> resultHandler)
accountId - 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 types to filter by, separated by commas. (optional)resultHandler - Asynchronous result handlerpublic rx.Single<java.util.List<TransactionInfoDTO>> rxGetAccountUnconfirmedTransactions(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering, java.lang.String type)
accountId - 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 types to filter by, separated by commas. (optional)public void getAccountsInfo(AccountIds accountIds, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<AccountInfoDTO>>> resultHandler)
accountIds - (optional)resultHandler - Asynchronous result handlerpublic rx.Single<java.util.List<AccountInfoDTO>> rxGetAccountsInfo(AccountIds accountIds)
accountIds - (optional)public static AccountRoutesApi newInstance(AccountRoutesApi arg)