All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hyperledger.fabric.protos.gateway.SubmitRequestOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: gateway/gateway.proto

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