Class EVMInvokeContractResponse
java.lang.Object
dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
long
long
getFrom()
long
getLogs()
getRoot()
long
getTo()
long
long
getType()
int
hashCode()
boolean
void
setBlockHash
(String blockHash) void
setBlockNumber
(long blockNumber) void
setContractAddress
(String contractAddress) void
setCumulativeGasUsed
(long cumulativeGasUsed) void
setDecodedLog
(List<Object> decodedLog) void
setEffectiveGasPrice
(String effectiveGasPrice) void
void
setGasUsed
(long gasUsed) void
setLogs
(List<EVMTransactionLog> logs) void
setLogsBloom
(String logsBloom) void
setRevertReason
(String revertReason) void
void
setStatus
(long status) void
void
setTransactionHash
(String transactionHash) void
setTransactionIndex
(long transactionIndex) void
toString()
-
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
-