Package org.starcoin.bean
Class TransactionInfo
- java.lang.Object
-
- org.starcoin.bean.TransactionInfo
-
public class TransactionInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description TransactionInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBlockHash()StringgetBlockNumber()StringgetEventRootHash()StringgetGasUsed()StringgetStateRootHash()StringgetStatus()longgetTransactionGlobalIndex()StringgetTransactionHash()intgetTransactionIndex()voidsetBlockHash(String blockHash)voidsetBlockNumber(String blockNumber)voidsetEventRootHash(String eventRootHash)voidsetGasUsed(String gasUsed)voidsetStateRootHash(String stateRootHash)voidsetStatus(String status)voidsetTransactionGlobalIndex(long transactionGlobalIndex)voidsetTransactionHash(String transactionHash)voidsetTransactionIndex(int transactionIndex)StringtoString()
-
-
-
Method Detail
-
getBlockHash
public String getBlockHash()
-
setBlockHash
public void setBlockHash(String blockHash)
-
getBlockNumber
public String getBlockNumber()
-
setBlockNumber
public void setBlockNumber(String blockNumber)
-
getTransactionHash
public String getTransactionHash()
-
setTransactionHash
public void setTransactionHash(String transactionHash)
-
getTransactionIndex
public int getTransactionIndex()
-
setTransactionIndex
public void setTransactionIndex(int transactionIndex)
-
getTransactionGlobalIndex
public long getTransactionGlobalIndex()
-
setTransactionGlobalIndex
public void setTransactionGlobalIndex(long transactionGlobalIndex)
-
getStateRootHash
public String getStateRootHash()
-
setStateRootHash
public void setStateRootHash(String stateRootHash)
-
getEventRootHash
public String getEventRootHash()
-
setEventRootHash
public void setEventRootHash(String eventRootHash)
-
getGasUsed
public String getGasUsed()
-
setGasUsed
public void setGasUsed(String gasUsed)
-
getStatus
public String getStatus()
-
setStatus
public void setStatus(String status)
-
-