Class: CardanoExplorer::Transaction

Inherits:
Base
  • Object
show all
Defined in:
lib/cardano_explorer/transaction.rb

Instance Attribute Summary

Attributes inherited from Base

#hash

Class Method Summary collapse

Methods inherited from Base

find, #initialize, #summary

Constructor Details

This class inherits a constructor from CardanoExplorer::Base

Class Method Details

.latestObject



4
5
6
# File 'lib/cardano_explorer/transaction.rb', line 4

def self.latest
  get('last').parsed_response['Right'].map{ |data| new data['cteId'] }
end