Class EVMTransactionLog
java.lang.Object
dev.getelements.elements.sdk.model.blockchain.contract.EVMTransactionLog
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
long
getData()
long
long
getType()
int
hashCode()
boolean
void
setAddress
(String address) void
setBlockHash
(String blockHash) void
setBlockNumber
(long blockNumber) void
void
setLogIndex
(long logIndex) void
setRemoved
(boolean removed) void
void
setTransactionHash
(String transactionHash) void
setTransactionIndex
(long transactionIndex) void
toString()
-
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
-