Class NetworkRoutesApi


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2019-11-23T10:26:45.594287+01:00[Europe/Madrid]")
    public class NetworkRoutesApi
    extends java.lang.Object
    • Constructor Detail

    • Method Detail

      • getNetworkType

        public void getNetworkType​(io.vertx.core.Handler<io.vertx.core.AsyncResult<NetworkTypeDTO>> resultHandler)
        Get the current network type of the chain Returns the current network type.
        Parameters:
        resultHandler - Asynchronous result handler
      • rxGetNetworkType

        public rx.Single<NetworkTypeDTO> rxGetNetworkType()
        Get the current network type of the chain Returns the current network type.
        Returns:
        Asynchronous result handler (RxJava Single)