Method: Tool#getTransaction
- Defined in:
- lib/blocksdk_ruby/tool.rb
#getTransaction(request = {}) ⇒ Object
4 5 6 |
# File 'lib/blocksdk_ruby/tool.rb', line 4 def getTransaction(request = {}) return getHashType("GET","/tools/hash-type/" + (request['hash']).to_s+ "") end |