org.hyperledger.fabric.protos.gateway.PreparedTransactionOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: gateway/gateway.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.gateway;
public interface PreparedTransactionOrBuilder extends
// @@protoc_insertion_point(interface_extends:gateway.PreparedTransaction)
com.google.protobuf.MessageOrBuilder {
/**
*
* Identifier of the prepared transaction.
*
*
* string transaction_id = 1 [json_name = "transactionId"];
* @return The transactionId.
*/
java.lang.String getTransactionId();
/**
*
* Identifier of the prepared transaction.
*
*
* string transaction_id = 1 [json_name = "transactionId"];
* @return The bytes for transactionId.
*/
com.google.protobuf.ByteString
getTransactionIdBytes();
/**
*
* The transaction envelope.
*
*
* .common.Envelope envelope = 2 [json_name = "envelope"];
* @return Whether the envelope field is set.
*/
boolean hasEnvelope();
/**
*
* The transaction envelope.
*
*
* .common.Envelope envelope = 2 [json_name = "envelope"];
* @return The envelope.
*/
org.hyperledger.fabric.protos.common.Envelope getEnvelope();
/**
*
* The transaction envelope.
*
*
* .common.Envelope envelope = 2 [json_name = "envelope"];
*/
org.hyperledger.fabric.protos.common.EnvelopeOrBuilder getEnvelopeOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy