Method: Ethereum#getBlockChain
- Defined in:
- lib/blocksdk_ruby/ethereum.rb
#getBlockChain(request = {}) ⇒ Object
4 5 6 |
# File 'lib/blocksdk_ruby/ethereum.rb', line 4 def getBlockChain(request = {}) return request("GET","/eth/info") end |