类 Transaction
java.lang.Object
org.starcoin.bean.Base
org.starcoin.bean.Transaction
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明longlongintvoidsetBlockHash(String blockHash)voidsetBlockMetadata(BlockMetadata blockMetadata)voidsetBlockNumber(String blockNumber)voidsetEventRootHash(String eventRootHash)voidvoidsetGasUsed(String gasUsed)voidsetStateRootHash(String stateRootHash)voidvoidsetTimestamp(long timestamp)voidsetTransactionGlobalIndex(long transactionGlobalIndex)voidsetTransactionHash(String transactionHash)voidsetTransactionIndex(int transactionIndex)voidsetTransactionType(TransactionType transactionType)voidsetUserTransaction(UserTransaction userTransaction)toString()
-
构造器详细资料
-
Transaction
public Transaction()
-
-
方法详细资料
-
getTransactionType
-
setTransactionType
-
getStateRootHash
-
setStateRootHash
-
getEventRootHash
-
setEventRootHash
-
getGasUsed
-
setGasUsed
-
getStatus
-
setStatus
-
getTimestamp
public long getTimestamp() -
setTimestamp
public void setTimestamp(long timestamp) -
getBlockHash
-
setBlockHash
-
getBlockNumber
-
setBlockNumber
-
getTransactionHash
-
setTransactionHash
-
getTransactionIndex
public int getTransactionIndex() -
setTransactionIndex
public void setTransactionIndex(int transactionIndex) -
getBlockMetadata
-
setBlockMetadata
-
getEvents
-
setEvents
-
getUserTransaction
-
setUserTransaction
-
getTransactionGlobalIndex
public long getTransactionGlobalIndex() -
setTransactionGlobalIndex
public void setTransactionGlobalIndex(long transactionGlobalIndex) -
toString
-