Class Receipt

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected GUint64 cyclesUsed
      how many cycles are used in the transaction
      protected java.util.List<Event> events
      events emitted during the execution
      protected GUint64 height
      which height of block this receipt is minded on
      protected ReceiptResponse response
      response of this transaction
      protected GHash stateRoot
      the state root after this transaction runs
      protected GHash txHash
      the transaction hash of the executed transation
    • Constructor Summary

      Constructors 
      Constructor Description
      Receipt()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • height

        protected GUint64 height
        which height of block this receipt is minded on
      • cyclesUsed

        protected GUint64 cyclesUsed
        how many cycles are used in the transaction
      • events

        protected java.util.List<Event> events
        events emitted during the execution
      • stateRoot

        protected GHash stateRoot
        the state root after this transaction runs
      • txHash

        protected GHash txHash
        the transaction hash of the executed transation
      • response

        protected ReceiptResponse response
        response of this transaction
    • Constructor Detail

      • Receipt

        public Receipt()