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

org.hyperledger.fabric.protos.orderer.ChannelRestrictionsOrBuilder Maven / Gradle / Ivy

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

package org.hyperledger.fabric.protos.orderer;

public interface ChannelRestrictionsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:orderer.ChannelRestrictions)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The max count of channels to allow to be created, a value of 0 indicates no limit
   * 
* * uint64 max_count = 1 [json_name = "maxCount"]; * @return The maxCount. */ long getMaxCount(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy