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

org.hyperledger.fabric.protos.gateway.EvaluateResponseOrBuilder 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 EvaluateResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:gateway.EvaluateResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The response that is returned by the transaction function, as defined
   * in peer/proposal_response.proto.
   * 
* * .protos.Response result = 1 [json_name = "result"]; * @return Whether the result field is set. */ boolean hasResult(); /** *
   * The response that is returned by the transaction function, as defined
   * in peer/proposal_response.proto.
   * 
* * .protos.Response result = 1 [json_name = "result"]; * @return The result. */ org.hyperledger.fabric.protos.peer.Response getResult(); /** *
   * The response that is returned by the transaction function, as defined
   * in peer/proposal_response.proto.
   * 
* * .protos.Response result = 1 [json_name = "result"]; */ org.hyperledger.fabric.protos.peer.ResponseOrBuilder getResultOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy