public interface NetworkRoutesApi
| Modifier and Type | Method and Description |
|---|---|
void |
getNetworkProperties(io.vertx.core.Handler<io.vertx.core.AsyncResult<NetworkConfigurationDTO>> handler) |
void |
getNetworkType(io.vertx.core.Handler<io.vertx.core.AsyncResult<NetworkTypeDTO>> handler) |
void |
getRentalFees(io.vertx.core.Handler<io.vertx.core.AsyncResult<RentalFeesDTO>> handler) |
void |
getTransactionFees(io.vertx.core.Handler<io.vertx.core.AsyncResult<TransactionFeesDTO>> handler) |
void getNetworkProperties(io.vertx.core.Handler<io.vertx.core.AsyncResult<NetworkConfigurationDTO>> handler)
void getNetworkType(io.vertx.core.Handler<io.vertx.core.AsyncResult<NetworkTypeDTO>> handler)
void getRentalFees(io.vertx.core.Handler<io.vertx.core.AsyncResult<RentalFeesDTO>> handler)
void getTransactionFees(io.vertx.core.Handler<io.vertx.core.AsyncResult<TransactionFeesDTO>> handler)