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

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

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

package org.hyperledger.fabric.protos.peer;

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

  /**
   * 
   * Specifies which code to run to validate transactions, defaults to 'vscc'
   * 
* * string name = 1 [json_name = "name"]; * @return The name. */ java.lang.String getName(); /** *
   * Specifies which code to run to validate transactions, defaults to 'vscc'
   * 
* * string name = 1 [json_name = "name"]; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * When 'vscc' a marshaled VSCCArgs
   * 
* * bytes argument = 2 [json_name = "argument"]; * @return The argument. */ com.google.protobuf.ByteString getArgument(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy