java.lang.Object
io.goodforgod.api.etherscan.model.proxy.TxProxy
All Implemented Interfaces:
Comparable<TxProxy>

public class TxProxy extends Object implements Comparable<TxProxy>
Since:
31.10.2018
  • Constructor Details

    • TxProxy

      protected TxProxy()
  • Method Details

    • getTo

      public String getTo()
    • getHash

      public String getHash()
    • getTransactionIndex

      public Long getTransactionIndex()
    • getFrom

      public String getFrom()
    • getGas

      public Wei getGas()
    • getV

      public String getV()
    • getInput

      public String getInput()
    • getS

      public String getS()
    • getR

      public String getR()
    • getNonce

      public Long getNonce()
    • getValue

      public String getValue()
    • getGasPrice

      public Wei getGasPrice()
    • getBlockHash

      public String getBlockHash()
    • getBlockNumber

      public Long getBlockNumber()
    • 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
    • compareTo

      public int compareTo(@NotNull @NotNull TxProxy o)
      Specified by:
      compareTo in interface Comparable<TxProxy>
    • builder

      public static TxProxy.TxProxyBuilder builder()