Class BlockInfo.EnvelopeInfo

    • Field Detail

      • filteredTx

        protected final org.hyperledger.fabric.protos.peer.PeerEvents.FilteredTransaction filteredTx
    • Method Detail

      • getChannelId

        public java.lang.String getChannelId​()
        Get channel id
        Returns:
        The channel id also referred to as channel name.
      • getNonce

        public byte[] getNonce​()
        The nonce of the transaction.
        Returns:
        return null for filtered block.
      • getTransactionID

        public java.lang.String getTransactionID​()
        The transaction ID
        Returns:
        the transaction id.
      • getEpoch

        public long getEpoch​()
        Deprecated. 
        Returns:
        epoch and -1 if filtered block.
      • getTimestamp

        public java.util.Date getTimestamp​()
        Timestamp
        Returns:
        timestamp and null if filtered block.
      • isValid

        public boolean isValid​()
        Returns:
        whether this Transaction is marked as TxValidationCode.VALID
      • getValidationCode

        public byte getValidationCode​()
        Returns:
        the validation code of this Transaction (enumeration TxValidationCode in Transaction.proto)