Module: HelloBlock::RPC

Extended by:
RPC
Included in:
RPC
Defined in:
lib/helloblock/rpc.rb

Instance Method Summary collapse

Instance Method Details

#getrawtransaction(queries = {}) ⇒ Object



4
5
6
7
# File 'lib/helloblock/rpc.rb', line 4

def getrawtransaction(queries = {})
  res = HelloBlock::Request.get("/getrawtransaction", query: queries)
  res["transactions"]
end