Class: CardanoWallet::Misc::Init

Inherits:
Base
  • Object
show all
Defined in:
lib/cardano_wallet/misc.rb

Overview

Base Class for Misc API

Instance Attribute Summary

Attributes inherited from Base

#opt

Instance Method Summary collapse

Methods inherited from Base

#byron, #initialize, #misc, #shared, #shelley

Constructor Details

This class inherits a constructor from CardanoWallet::Base

Instance Method Details

#networkObject

Call API for Network



19
20
21
# File 'lib/cardano_wallet/misc.rb', line 19

def network
  Network.new @opt
end

#nodeObject



39
40
41
# File 'lib/cardano_wallet/misc.rb', line 39

def node
  Node.new @opt
end

#proxyObject



29
30
31
# File 'lib/cardano_wallet/misc.rb', line 29

def proxy
  Proxy.new @opt
end

#settingsObject



34
35
36
# File 'lib/cardano_wallet/misc.rb', line 34

def settings
  Settings.new @opt
end

#utilsObject



24
25
26
# File 'lib/cardano_wallet/misc.rb', line 24

def utils
  Utils.new @opt
end