Method: Radiator::SSC::Blockchain#latest_block_info
- Defined in:
- lib/radiator/ssc/blockchain.rb
#latest_block_info ⇒ Object
Example using the defaults, backed by Steem Engine:
rpc = Radiator::SSC::Blockchain.new
rpc.latest_block_info
20 21 22 |
# File 'lib/radiator/ssc/blockchain.rb', line 20 def latest_block_info request(method: 'getLatestBlockInfo') end |