Method: Bitbank::Client#block_count

Defined in:
lib/bitbank/client.rb

#block_countObject

Returns the number of blocks in the longest block chain.



42
43
44
# File 'lib/bitbank/client.rb', line 42

def block_count
  request('getblockcount')
end