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

org.hyperledger.fabric.protos.common.ConfigSignatureOrBuilder Maven / Gradle / Ivy

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

package org.hyperledger.fabric.protos.common;

public interface ConfigSignatureOrBuilder extends
    // @@protoc_insertion_point(interface_extends:common.ConfigSignature)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * A marshaled SignatureHeader
   * 
* * bytes signature_header = 1 [json_name = "signatureHeader"]; * @return The signatureHeader. */ com.google.protobuf.ByteString getSignatureHeader(); /** *
   * Signature over the concatenation signatureHeader bytes and config bytes
   * 
* * bytes signature = 2 [json_name = "signature"]; * @return The signature. */ com.google.protobuf.ByteString getSignature(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy