Class EVMInvokeContractResponse
java.lang.Object
dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonglonggetFrom()longgetLogs()getRoot()longgetTo()longlonggetType()inthashCode()booleanvoidsetBlockHash(String blockHash) voidsetBlockNumber(long blockNumber) voidsetContractAddress(String contractAddress) voidsetCumulativeGasUsed(long cumulativeGasUsed) voidsetDecodedLog(List<Object> decodedLog) voidsetEffectiveGasPrice(String effectiveGasPrice) voidvoidsetGasUsed(long gasUsed) voidsetLogs(List<EVMTransactionLog> logs) voidsetLogsBloom(String logsBloom) voidsetRevertReason(String revertReason) voidvoidsetStatus(long status) voidvoidsetTransactionHash(String transactionHash) voidsetTransactionIndex(long transactionIndex) voidtoString()
-
Constructor Details
-
EVMInvokeContractResponse
public EVMInvokeContractResponse()
-
-
Method Details
-
getTransactionHash
-
setTransactionHash
-
getTransactionIndex
public long getTransactionIndex() -
getTransactionIndexRaw
public long getTransactionIndexRaw() -
setTransactionIndex
public void setTransactionIndex(long transactionIndex) -
getBlockHash
-
setBlockHash
-
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
-
setContractAddress
-
getRoot
-
setRoot
-
getStatus
public long getStatus() -
setStatus
public void setStatus(long status) -
isStatusOK
public boolean isStatusOK() -
getFrom
-
setFrom
-
getTo
-
setTo
-
getLogs
-
setLogs
-
getLogsBloom
-
setLogsBloom
-
getRevertReason
-
setRevertReason
-
getType
-
setType
-
getEffectiveGasPrice
-
setEffectiveGasPrice
-
getDecodedLog
-
setDecodedLog
-
equals
-
hashCode
public int hashCode() -
toString
-