Class EVMInvokeContractResponse

java.lang.Object
dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse

public class EVMInvokeContractResponse extends Object
  • Constructor Details

    • EVMInvokeContractResponse

      public EVMInvokeContractResponse()
  • Method Details

    • getTransactionHash

      public String getTransactionHash()
    • setTransactionHash

      public void setTransactionHash(String transactionHash)
    • getTransactionIndex

      public long getTransactionIndex()
    • getTransactionIndexRaw

      public long getTransactionIndexRaw()
    • setTransactionIndex

      public void setTransactionIndex(long transactionIndex)
    • getBlockHash

      public String getBlockHash()
    • setBlockHash

      public void setBlockHash(String blockHash)
    • getBlockNumber

      public long getBlockNumber()
    • setBlockNumber

      public void setBlockNumber(long blockNumber)
    • getCumulativeGasUsed

      public long getCumulativeGasUsed()
    • setCumulativeGasUsed

      public void setCumulativeGasUsed(long cumulativeGasUsed)
    • getGasUsed

      public long getGasUsed()
    • setGasUsed

      public void setGasUsed(long gasUsed)
    • getContractAddress

      public String getContractAddress()
    • setContractAddress

      public void setContractAddress(String contractAddress)
    • getRoot

      public String getRoot()
    • setRoot

      public void setRoot(String root)
    • getStatus

      public long getStatus()
    • setStatus

      public void setStatus(long 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<EVMTransactionLog> getLogs()
    • setLogs

      public void setLogs(List<EVMTransactionLog> 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)
    • getDecodedLog

      public List<Object> getDecodedLog()
    • setDecodedLog

      public void setDecodedLog(List<Object> decodedLog)
    • 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