Class Transaction

java.lang.Object
org.web3j.protocol.core.methods.response.Transaction
Direct Known Subclasses:
EthBlock.TransactionObject

public class Transaction extends Object
Transaction object used by both EthTransaction and EthBlock.
  • Constructor Details

  • Method Details

    • setChainId

      public void setChainId(String chainId)
    • getHash

      public String getHash()
    • setHash

      public void setHash(String hash)
    • getNonce

      public BigInteger getNonce()
    • setNonce

      public void setNonce(String nonce)
    • getNonceRaw

      public String getNonceRaw()
    • getBlockHash

      public String getBlockHash()
    • setBlockHash

      public void setBlockHash(String blockHash)
    • getBlockNumber

      public BigInteger getBlockNumber()
    • setBlockNumber

      public void setBlockNumber(String blockNumber)
    • getBlockNumberRaw

      public String getBlockNumberRaw()
    • getTransactionIndex

      public BigInteger getTransactionIndex()
    • setTransactionIndex

      public void setTransactionIndex(String transactionIndex)
    • getTransactionIndexRaw

      public String getTransactionIndexRaw()
    • getFrom

      public String getFrom()
    • setFrom

      public void setFrom(String from)
    • getTo

      public String getTo()
    • setTo

      public void setTo(String to)
    • getValue

      public BigInteger getValue()
    • setValue

      public void setValue(String value)
    • getValueRaw

      public String getValueRaw()
    • getGasPrice

      public BigInteger getGasPrice()
    • setGasPrice

      public void setGasPrice(String gasPrice)
    • getGasPriceRaw

      public String getGasPriceRaw()
    • getGas

      public BigInteger getGas()
    • setGas

      public void setGas(String gas)
    • getGasRaw

      public String getGasRaw()
    • getInput

      public String getInput()
    • setInput

      public void setInput(String input)
    • getCreates

      public String getCreates()
    • setCreates

      public void setCreates(String creates)
    • getPublicKey

      public String getPublicKey()
    • setPublicKey

      public void setPublicKey(String publicKey)
    • getRaw

      public String getRaw()
    • setRaw

      public void setRaw(String raw)
    • getR

      public String getR()
    • setR

      public void setR(String r)
    • getS

      public String getS()
    • setS

      public void setS(String s)
    • getV

      public long getV()
    • setV

      public void setV(Object v)
    • getChainId

      public Long getChainId()
    • getChainIdRaw

      public String getChainIdRaw()
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getMaxFeePerGas

      public BigInteger getMaxFeePerGas()
    • getMaxFeePerGasRaw

      public String getMaxFeePerGasRaw()
    • setMaxFeePerGas

      public void setMaxFeePerGas(String maxFeePerGas)
    • getMaxPriorityFeePerGasRaw

      public String getMaxPriorityFeePerGasRaw()
    • getMaxPriorityFeePerGas

      public BigInteger getMaxPriorityFeePerGas()
    • setMaxPriorityFeePerGas

      public void setMaxPriorityFeePerGas(String maxPriorityFeePerGas)
    • getAccessList

      public List<AccessListObject> getAccessList()
    • setAccessList

      public void setAccessList(List<AccessListObject> accessList)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object