Class TransactionInfo


  • public class TransactionInfo
    extends Object
    • Constructor Detail

      • TransactionInfo

        public TransactionInfo()
    • 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)