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

org.hyperledger.fabric.protos.orderer.StepResponseOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: orderer/cluster.proto
// Protobuf Java Version: 4.28.2

package org.hyperledger.fabric.protos.orderer;

public interface StepResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:orderer.StepResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .orderer.SubmitResponse submit_res = 1 [json_name = "submitRes"];
   * @return Whether the submitRes field is set.
   */
  boolean hasSubmitRes();
  /**
   * .orderer.SubmitResponse submit_res = 1 [json_name = "submitRes"];
   * @return The submitRes.
   */
  org.hyperledger.fabric.protos.orderer.SubmitResponse getSubmitRes();
  /**
   * .orderer.SubmitResponse submit_res = 1 [json_name = "submitRes"];
   */
  org.hyperledger.fabric.protos.orderer.SubmitResponseOrBuilder getSubmitResOrBuilder();

  org.hyperledger.fabric.protos.orderer.StepResponse.PayloadCase getPayloadCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy