Class TransactionReceipt

java.lang.Object
org.web3j.protocol.core.methods.response.TransactionReceipt
Direct Known Subclasses:
EmptyTransactionReceipt

public class TransactionReceipt extends Object
TransactionReceipt object used by EthGetTransactionReceipt.
  • Constructor Details

  • Method Details

    • getTransactionHash

      public String getTransactionHash()
    • setTransactionHash

      public void setTransactionHash(String transactionHash)
    • getTransactionIndex

      public BigInteger getTransactionIndex()
    • getTransactionIndexRaw

      public String getTransactionIndexRaw()
    • setTransactionIndex

      public void setTransactionIndex(String transactionIndex)
    • getBlockHash

      public String getBlockHash()
    • setBlockHash

      public void setBlockHash(String blockHash)
    • getBlockNumber

      public BigInteger getBlockNumber()
    • getBlockNumberRaw

      public String getBlockNumberRaw()
    • setBlockNumber

      public void setBlockNumber(String blockNumber)
    • getCumulativeGasUsed

      public BigInteger getCumulativeGasUsed()
    • getCumulativeGasUsedRaw

      public String getCumulativeGasUsedRaw()
    • setCumulativeGasUsed

      public void setCumulativeGasUsed(String cumulativeGasUsed)
    • getGasUsed

      public BigInteger getGasUsed()
    • getGasUsedRaw

      public String getGasUsedRaw()
    • setGasUsed

      public void setGasUsed(String gasUsed)
    • getContractAddress

      public String getContractAddress()
    • setContractAddress

      public void setContractAddress(String contractAddress)
    • getRoot

      public String getRoot()
    • setRoot

      public void setRoot(String root)
    • getStatus

      public String getStatus()
    • setStatus

      public void setStatus(String status)
    • isStatusOK

      public boolean isStatusOK()
    • getFrom

      public String getFrom()
    • setFrom

      public void setFrom(String from)
    • getTo

      public String getTo()
    • setTo

      public void setTo(String to)
    • getLogs

      public List<Log> getLogs()
    • setLogs

      public void setLogs(List<Log> logs)
    • getLogsBloom

      public String getLogsBloom()
    • setLogsBloom

      public void setLogsBloom(String logsBloom)
    • getRevertReason

      public String getRevertReason()
    • setRevertReason

      public void setRevertReason(String revertReason)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getEffectiveGasPrice

      public String getEffectiveGasPrice()
    • setEffectiveGasPrice

      public void setEffectiveGasPrice(String effectiveGasPrice)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object