Package org.starcoin.bean
Class Transaction
- java.lang.Object
-
- org.starcoin.bean.Base
-
- org.starcoin.bean.Transaction
-
public class Transaction extends Base
-
-
Constructor Summary
Constructors Constructor Description Transaction()
-
Method Summary
-
-
-
Method Detail
-
getTransactionType
public TransactionType getTransactionType()
-
setTransactionType
public void setTransactionType(TransactionType transactionType)
-
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)
-
getTimestamp
public long getTimestamp()
-
setTimestamp
public void setTimestamp(long timestamp)
-
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)
-
getBlockMetadata
public BlockMetadata getBlockMetadata()
-
setBlockMetadata
public void setBlockMetadata(BlockMetadata blockMetadata)
-
getUserTransaction
public UserTransaction getUserTransaction()
-
setUserTransaction
public void setUserTransaction(UserTransaction userTransaction)
-
getTransactionGlobalIndex
public long getTransactionGlobalIndex()
-
setTransactionGlobalIndex
public void setTransactionGlobalIndex(long transactionGlobalIndex)
-
-