module Etherscan::Transaction
Public Class Methods
getstatus(txhash)
click to toggle source
# File lib/etherscan/api.rb, line 80 def getstatus(txhash) call = Etherscan::Call.new(Etherscan.chain, 'transaction', 'getstatus') call.api_key = Etherscan.api_key call.txhash = txhash call.fetch end