Class NetworkRoutesApi


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2020-01-01T18:24:23.294947664-03:00[America/Argentina/Buenos_Aires]")
    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)