Class EVMTransactionLog
java.lang.Object
dev.getelements.elements.sdk.model.blockchain.contract.EVMTransactionLog
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonggetData()longlonggetType()inthashCode()booleanvoidsetAddress(String address) voidsetBlockHash(String blockHash) voidsetBlockNumber(long blockNumber) voidvoidsetLogIndex(long logIndex) voidsetRemoved(boolean removed) voidvoidsetTransactionHash(String transactionHash) voidsetTransactionIndex(long transactionIndex) voidtoString()
-
Constructor Details
-
EVMTransactionLog
public EVMTransactionLog()
-
-
Method Details
-
isRemoved
public boolean isRemoved() -
setRemoved
public void setRemoved(boolean removed) -
getLogIndex
public long getLogIndex() -
setLogIndex
public void setLogIndex(long logIndex) -
getTransactionIndex
public long getTransactionIndex() -
setTransactionIndex
public void setTransactionIndex(long transactionIndex) -
getTransactionHash
-
setTransactionHash
-
getBlockHash
-
setBlockHash
-
getBlockNumber
public long getBlockNumber() -
setBlockNumber
public void setBlockNumber(long blockNumber) -
getAddress
-
setAddress
-
getData
-
setData
-
getType
-
setType
-
getTopics
-
setTopics
-
equals
-
hashCode
public int hashCode() -
toString
-