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

org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeValidationInfoOrBuilder Maven / Gradle / Ivy

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

package org.hyperledger.fabric.protos.peer.lifecycle;

public interface ChaincodeValidationInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:lifecycle.ChaincodeValidationInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string validation_plugin = 1 [json_name = "validationPlugin"];
   * @return The validationPlugin.
   */
  java.lang.String getValidationPlugin();
  /**
   * string validation_plugin = 1 [json_name = "validationPlugin"];
   * @return The bytes for validationPlugin.
   */
  com.google.protobuf.ByteString
      getValidationPluginBytes();

  /**
   * bytes validation_parameter = 2 [json_name = "validationParameter"];
   * @return The validationParameter.
   */
  com.google.protobuf.ByteString getValidationParameter();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy