org.hyperledger.fabric.protos.peer.ProcessedTransactionOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: peer/transaction.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.peer;
public interface ProcessedTransactionOrBuilder extends
// @@protoc_insertion_point(interface_extends:protos.ProcessedTransaction)
com.google.protobuf.MessageOrBuilder {
/**
*
* An Envelope which includes a processed transaction
*
*
* .common.Envelope transactionEnvelope = 1 [json_name = "transactionEnvelope"];
* @return Whether the transactionEnvelope field is set.
*/
boolean hasTransactionEnvelope();
/**
*
* An Envelope which includes a processed transaction
*
*
* .common.Envelope transactionEnvelope = 1 [json_name = "transactionEnvelope"];
* @return The transactionEnvelope.
*/
org.hyperledger.fabric.protos.common.Envelope getTransactionEnvelope();
/**
*
* An Envelope which includes a processed transaction
*
*
* .common.Envelope transactionEnvelope = 1 [json_name = "transactionEnvelope"];
*/
org.hyperledger.fabric.protos.common.EnvelopeOrBuilder getTransactionEnvelopeOrBuilder();
/**
*
* An indication of whether the transaction was validated or invalidated by committing peer
*
*
* int32 validationCode = 2 [json_name = "validationCode"];
* @return The validationCode.
*/
int getValidationCode();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy