Class Transaction


  • public class Transaction
    extends Base
    • Constructor Detail

      • Transaction

        public Transaction()
    • Method Detail

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

        public void setBlockMetadata​(BlockMetadata blockMetadata)
      • setEvents

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

        public void setUserTransaction​(UserTransaction userTransaction)
      • getTransactionGlobalIndex

        public long getTransactionGlobalIndex()
      • setTransactionGlobalIndex

        public void setTransactionGlobalIndex​(long transactionGlobalIndex)