Method: Sibit::Blockchair#height
- Defined in:
- lib/sibit/blockchair.rb
#height(_hash) ⇒ Object
The height of the block.
55 56 57 |
# File 'lib/sibit/blockchair.rb', line 55 def height(_hash) raise Sibit::NotSupportedError, 'Blockchair API doesn\'t provide height()' end |