Method: Radiator::SSC::Blockchain#latest_block_info

Defined in:
lib/radiator/ssc/blockchain.rb

#latest_block_infoObject

Example using the defaults, backed by Steem Engine:

rpc = Radiator::SSC::Blockchain.new
rpc.latest_block_info

Returns:

  • the latest block of the sidechain


20
21
22
# File 'lib/radiator/ssc/blockchain.rb', line 20

def latest_block_info
  request(method: 'getLatestBlockInfo')
end