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

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

  /**
   * 
   * A named reference to an endorsement policy,
   * 
* * string endorsement_policy_ref = 1 [json_name = "endorsementPolicyRef"]; * @return The endorsementPolicyRef. */ java.lang.String getEndorsementPolicyRef(); /** *
   * A named reference to an endorsement policy,
   * 
* * string endorsement_policy_ref = 1 [json_name = "endorsementPolicyRef"]; * @return The bytes for endorsementPolicyRef. */ com.google.protobuf.ByteString getEndorsementPolicyRefBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy