org.hyperledger.fabric.protos.msp.MSPConfigOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: msp/msp_config.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.msp;
public interface MSPConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:msp.MSPConfig)
com.google.protobuf.MessageOrBuilder {
/**
*
* Type holds the type of the MSP; the default one would
* be of type FABRIC implementing an X.509 based provider
*
*
* int32 type = 1 [json_name = "type"];
* @return The type.
*/
int getType();
/**
*
* Config is MSP dependent configuration info
*
*
* bytes config = 2 [json_name = "config"];
* @return The config.
*/
com.google.protobuf.ByteString getConfig();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy