Class: Utxoracle::Provider
- Inherits:
-
Object
- Object
- Utxoracle::Provider
- Defined in:
- lib/utxoracle/provider.rb
Instance Method Summary collapse
- #getblock ⇒ Object
- #getblockcount ⇒ Object
- #getblockhash ⇒ Object
- #getblockheader ⇒ Object
- #init ⇒ Object
Instance Method Details
#getblock ⇒ Object
21 22 23 |
# File 'lib/utxoracle/provider.rb', line 21 def getblock raise NoMethodError end |
#getblockcount ⇒ Object
9 10 11 |
# File 'lib/utxoracle/provider.rb', line 9 def getblockcount raise NoMethodError end |
#getblockhash ⇒ Object
13 14 15 |
# File 'lib/utxoracle/provider.rb', line 13 def getblockhash raise NoMethodError end |
#getblockheader ⇒ Object
17 18 19 |
# File 'lib/utxoracle/provider.rb', line 17 def getblockheader raise NoMethodError end |
#init ⇒ Object
5 6 7 |
# File 'lib/utxoracle/provider.rb', line 5 def init raise NoMethodError end |