org.hyperledger.fabric.protos.gateway.SubmitRequestOrBuilder 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 SubmitRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:gateway.SubmitRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Identifier of the transaction to submit.
*
*
* string transaction_id = 1 [json_name = "transactionId"];
* @return The transactionId.
*/
java.lang.String getTransactionId();
/**
*
* Identifier of the transaction to submit.
*
*
* string transaction_id = 1 [json_name = "transactionId"];
* @return The bytes for transactionId.
*/
com.google.protobuf.ByteString
getTransactionIdBytes();
/**
*
* Identifier of the channel this request is bound for.
*
*
* string channel_id = 2 [json_name = "channelId"];
* @return The channelId.
*/
java.lang.String getChannelId();
/**
*
* Identifier of the channel this request is bound for.
*
*
* string channel_id = 2 [json_name = "channelId"];
* @return The bytes for channelId.
*/
com.google.protobuf.ByteString
getChannelIdBytes();
/**
*
* The signed set of endorsed transaction responses to submit.
*
*
* .common.Envelope prepared_transaction = 3 [json_name = "preparedTransaction"];
* @return Whether the preparedTransaction field is set.
*/
boolean hasPreparedTransaction();
/**
*
* The signed set of endorsed transaction responses to submit.
*
*
* .common.Envelope prepared_transaction = 3 [json_name = "preparedTransaction"];
* @return The preparedTransaction.
*/
org.hyperledger.fabric.protos.common.Envelope getPreparedTransaction();
/**
*
* The signed set of endorsed transaction responses to submit.
*
*
* .common.Envelope prepared_transaction = 3 [json_name = "preparedTransaction"];
*/
org.hyperledger.fabric.protos.common.EnvelopeOrBuilder getPreparedTransactionOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy