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

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

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

package org.hyperledger.fabric.protos.orderer;

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

  /**
   * 
   * Status code, which may be used to programatically respond to success/failure
   * 
* * .common.Status status = 1 [json_name = "status"]; * @return The enum numeric value on the wire for status. */ int getStatusValue(); /** *
   * Status code, which may be used to programatically respond to success/failure
   * 
* * .common.Status status = 1 [json_name = "status"]; * @return The status. */ org.hyperledger.fabric.protos.common.Status getStatus(); /** *
   * Info string which may contain additional information about the status returned
   * 
* * string info = 2 [json_name = "info"]; * @return The info. */ java.lang.String getInfo(); /** *
   * Info string which may contain additional information about the status returned
   * 
* * string info = 2 [json_name = "info"]; * @return The bytes for info. */ com.google.protobuf.ByteString getInfoBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy