Class: CardanoWallet::Misc::Node
- Defined in:
- lib/cardano_wallet/misc.rb
Overview
Instance Attribute Summary
Attributes inherited from Base
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_header ⇒ Object
50 51 52 |
# File 'lib/cardano_wallet/misc.rb', line 50 def block_header self.class.get('/blocks/latest/header') end |