类 Transaction

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

public class Transaction extends Base
  • 构造器详细资料

    • Transaction

      public Transaction()
  • 方法详细资料

    • 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 Object getStatus()
    • setStatus

      public void setStatus(Object 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)
    • getTransactionGlobalIndex

      public long getTransactionGlobalIndex()
    • setTransactionGlobalIndex

      public void setTransactionGlobalIndex(long transactionGlobalIndex)
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object