Class: OctaSpace::Resources::Network

Inherits:
Base
  • Object
show all
Defined in:
lib/octaspace/resources/network.rb

Overview

Network information endpoint

Examples:

client.network.info

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from OctaSpace::Resources::Base

Instance Method Details

#infoOctaSpace::Response

Fetch combined network information (blockchain, market, nodes, power, etc.) GET /network

Returns:



13
14
15
# File 'lib/octaspace/resources/network.rb', line 13

def info
  get("/network")
end