Class NetworkRepositoryVertxImpl

  • All Implemented Interfaces:
    io.nem.symbol.sdk.api.NetworkRepository

    public class NetworkRepositoryVertxImpl
    extends AbstractRepositoryVertxImpl
    implements io.nem.symbol.sdk.api.NetworkRepository
    Created by fernando on 30/07/19.
    • Constructor Detail

      • NetworkRepositoryVertxImpl

        public NetworkRepositoryVertxImpl​(io.nem.symbol.sdk.openapi.vertx.invoker.ApiClient apiClient)
    • Method Detail

      • getNetworkType

        public io.reactivex.Observable<io.nem.symbol.sdk.model.network.NetworkType> getNetworkType()
        Specified by:
        getNetworkType in interface io.nem.symbol.sdk.api.NetworkRepository
      • getTransactionFees

        public io.reactivex.Observable<io.nem.symbol.sdk.model.network.TransactionFees> getTransactionFees()
        Specified by:
        getTransactionFees in interface io.nem.symbol.sdk.api.NetworkRepository
      • getRentalFees

        public io.reactivex.Observable<io.nem.symbol.sdk.model.network.RentalFees> getRentalFees()
        Specified by:
        getRentalFees in interface io.nem.symbol.sdk.api.NetworkRepository
      • getNetworkInfo

        public io.reactivex.Observable<io.nem.symbol.sdk.model.network.NetworkInfo> getNetworkInfo()
        Specified by:
        getNetworkInfo in interface io.nem.symbol.sdk.api.NetworkRepository
      • getNetworkProperties

        public io.reactivex.Observable<io.nem.symbol.sdk.model.network.NetworkConfiguration> getNetworkProperties()
        Specified by:
        getNetworkProperties in interface io.nem.symbol.sdk.api.NetworkRepository
      • getNetworkRoutesApi

        public io.nem.symbol.sdk.openapi.vertx.api.NetworkRoutesApi getNetworkRoutesApi()
      • getNodeRoutesApi

        public io.nem.symbol.sdk.openapi.vertx.api.NodeRoutesApi getNodeRoutesApi()