public interface AccountRoutesApi
| Modifier and Type | Method and Description |
|---|---|
void |
getAccountInfo(java.lang.String accountId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AccountInfoDTO>> handler) |
void |
getAccountInfoMerkle(java.lang.String accountId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MerkleStateInfoDTO>> handler) |
void |
getAccountsInfo(AccountIds accountIds,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<AccountInfoDTO>>> handler) |
void |
searchAccounts(java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order,
AccountOrderByEnum orderBy,
java.lang.String mosaicId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AccountPage>> handler) |
void getAccountInfo(java.lang.String accountId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AccountInfoDTO>> handler)
void getAccountInfoMerkle(java.lang.String accountId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MerkleStateInfoDTO>> handler)
void getAccountsInfo(AccountIds accountIds, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<AccountInfoDTO>>> handler)
void searchAccounts(java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order,
AccountOrderByEnum orderBy,
java.lang.String mosaicId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AccountPage>> handler)