Class Transaction

java.lang.Object
org.starcoin.bean.Transaction

public class Transaction
extends Object
  • Constructor Details

    • Transaction

      public Transaction()
  • Method Details

    • 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)
    • getEvents

      public List<Event> getEvents()
    • setEvents

      public void setEvents​(List<Event> events)
    • getUserTransaction

      public UserTransaction getUserTransaction()
    • setUserTransaction

      public void setUserTransaction​(UserTransaction userTransaction)
    • toString

      public String toString()
      Overrides:
      toString in class Object