Class: CardanoWallet::Misc::Node

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

Overview

Instance Attribute Summary

Attributes inherited from Base

#opt

Instance Method Summary collapse

Methods inherited from Base

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

Constructor Details

This class inherits a constructor from CardanoWallet::Base

Instance Method Details

#block_headerObject



50
51
52
# File 'lib/cardano_wallet/misc.rb', line 50

def block_header
  self.class.get('/blocks/latest/header')
end