module Web3::TxpoolCalls
Public Instance Methods
txpool_status()
click to toggle source
See github.com/ethereum/wiki/wiki/JSON-RPC#txpool_status
# File txpool_calls.rb, line 4 def txpool_status() response = do_request("txpool_status") response["result"] end