Class EthTransaction

java.lang.Object
org.web3j.protocol.core.Response<Transaction>
org.web3j.protocol.core.methods.response.EthTransaction

public class EthTransaction extends Response<Transaction>
Transaction object returned by:
  • eth_getTransactionByHash
  • eth_getTransactionByBlockHashAndIndex
  • eth_getTransactionByBlockNumberAndIndex

This differs slightly from the request EthSendTransaction Transaction object.

See docs for further details.

  • Constructor Details

    • EthTransaction

      public EthTransaction()
  • Method Details