Class: Utxoracle::Provider

Inherits:
Object
  • Object
show all
Defined in:
lib/utxoracle/provider.rb

Direct Known Subclasses

Mempool, Node

Instance Method Summary collapse

Instance Method Details

#getblockObject

Raises:

  • (NoMethodError)


21
22
23
# File 'lib/utxoracle/provider.rb', line 21

def getblock
  raise NoMethodError
end

#getblockcountObject

Raises:

  • (NoMethodError)


9
10
11
# File 'lib/utxoracle/provider.rb', line 9

def getblockcount
  raise NoMethodError
end

#getblockhashObject

Raises:

  • (NoMethodError)


13
14
15
# File 'lib/utxoracle/provider.rb', line 13

def getblockhash
  raise NoMethodError
end

#getblockheaderObject

Raises:

  • (NoMethodError)


17
18
19
# File 'lib/utxoracle/provider.rb', line 17

def getblockheader
  raise NoMethodError
end

#initObject

Raises:

  • (NoMethodError)


5
6
7
# File 'lib/utxoracle/provider.rb', line 5

def init
  raise NoMethodError
end