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

org.hyperledger.fabric.protos.peer.QueryStateNextOrBuilder Maven / Gradle / Ivy

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

package org.hyperledger.fabric.protos.peer;

public interface QueryStateNextOrBuilder extends
    // @@protoc_insertion_point(interface_extends:protos.QueryStateNext)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string id = 1 [json_name = "id"];
   * @return The id.
   */
  java.lang.String getId();
  /**
   * string id = 1 [json_name = "id"];
   * @return The bytes for id.
   */
  com.google.protobuf.ByteString
      getIdBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy