Class ReceiptProxy

java.lang.Object
io.goodforgod.api.etherscan.model.proxy.ReceiptProxy

public class ReceiptProxy extends Object
Since:
03.11.2018
  • Constructor Details

    • ReceiptProxy

      protected ReceiptProxy()
  • Method Details

    • getRoot

      public String getRoot()
    • getFrom

      public String getFrom()
    • getTo

      public String getTo()
    • getBlockNumber

      public Long getBlockNumber()
    • getBlockHash

      public String getBlockHash()
    • getTransactionHash

      public String getTransactionHash()
    • getTransactionIndex

      public Long getTransactionIndex()
    • getGasUsed

      public Wei getGasUsed()
    • getGasUsedCumulative

      public Wei getGasUsedCumulative()
    • getContractAddress

      public String getContractAddress()
    • getLogs

      public List<Log> getLogs()
    • getLogsBloom

      public String getLogsBloom()
    • builder

      public static ReceiptProxy.ReceiptProxyBuilder builder()
    • 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