class CardanoWallet::Misc::Init

Base Class for Misc API

Public Instance Methods

network() click to toggle source

Call API for Network @see input-output-hk.github.io/cardano-wallet/api/edge/#tag/Network

# File lib/cardano_wallet/misc.rb, line 16
def network
  Network.new @opt
end
proxy() click to toggle source

@see input-output-hk.github.io/cardano-wallet/api/edge/#tag/Proxy

# File lib/cardano_wallet/misc.rb, line 26
def proxy
  Proxy.new @opt
end
settings() click to toggle source

@see input-output-hk.github.io/cardano-wallet/api/edge/#tag/Settings

# File lib/cardano_wallet/misc.rb, line 31
def settings
  Settings.new @opt
end
utils() click to toggle source

@see input-output-hk.github.io/cardano-wallet/api/edge/#tag/Utils

# File lib/cardano_wallet/misc.rb, line 21
def utils
  Utils.new @opt
end