Method: Ethereum#sendTransaction

Defined in:
lib/blocksdk_ruby/ethereum.rb

#sendTransaction(request = {}) ⇒ Object



73
74
75
# File 'lib/blocksdk_ruby/ethereum.rb', line 73

def sendTransaction(request = {})
  return request("POST","/eth/transactions/send",{"hex" => request['hex']})
end