org.hyperledger.fabric.protos.msp.SerializedIdentityOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: msp/identities.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.msp;
public interface SerializedIdentityOrBuilder extends
// @@protoc_insertion_point(interface_extends:msp.SerializedIdentity)
com.google.protobuf.MessageOrBuilder {
/**
*
* The identifier of the associated membership service provider
*
*
* string mspid = 1 [json_name = "mspid"];
* @return The mspid.
*/
java.lang.String getMspid();
/**
*
* The identifier of the associated membership service provider
*
*
* string mspid = 1 [json_name = "mspid"];
* @return The bytes for mspid.
*/
com.google.protobuf.ByteString
getMspidBytes();
/**
*
* the Identity, serialized according to the rules of its MPS
*
*
* bytes id_bytes = 2 [json_name = "idBytes"];
* @return The idBytes.
*/
com.google.protobuf.ByteString getIdBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy