class CardanoWallet::Misc::Network

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

Public Instance Methods

clock() click to toggle source

Check network clock @see input-output-hk.github.io/cardano-wallet/api/edge/#operation/getNetworkClock

# File lib/cardano_wallet/misc.rb, line 64
def clock
  self.class.get('/network/clock')
end
information() click to toggle source

Get network information @see input-output-hk.github.io/cardano-wallet/api/edge/#operation/getNetworkInformation

# File lib/cardano_wallet/misc.rb, line 58
def information
  self.class.get('/network/information')
end
parameters() click to toggle source

Check network parameters @see input-output-hk.github.io/cardano-wallet/api/edge/#operation/getNetworkParameters

# File lib/cardano_wallet/misc.rb, line 70
def parameters
  self.class.get('/network/parameters')
end