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

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

There is a newer version: 0.3.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: gateway/gateway.proto

package org.hyperledger.fabric.protos.gateway;

public interface EndorseResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:gateway.EndorseResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The unsigned set of transaction responses from the endorsing peers for signing by the client
   * before submitting to ordering service (via gateway).
   * 
* * .common.Envelope prepared_transaction = 1 [json_name = "preparedTransaction"]; * @return Whether the preparedTransaction field is set. */ boolean hasPreparedTransaction(); /** *
   * The unsigned set of transaction responses from the endorsing peers for signing by the client
   * before submitting to ordering service (via gateway).
   * 
* * .common.Envelope prepared_transaction = 1 [json_name = "preparedTransaction"]; * @return The preparedTransaction. */ org.hyperledger.fabric.protos.common.Envelope getPreparedTransaction(); /** *
   * The unsigned set of transaction responses from the endorsing peers for signing by the client
   * before submitting to ordering service (via gateway).
   * 
* * .common.Envelope prepared_transaction = 1 [json_name = "preparedTransaction"]; */ org.hyperledger.fabric.protos.common.EnvelopeOrBuilder getPreparedTransactionOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy