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

org.hyperledger.fabric.protos.gossip.StateInfoPullRequestOrBuilder Maven / Gradle / Ivy

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

package org.hyperledger.fabric.protos.gossip;

public interface StateInfoPullRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:gossip.StateInfoPullRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * channel_MAC is an authentication code that proves
   * that the peer that sent this message knows
   * the name of the channel.
   * 
* * bytes channel_MAC = 1 [json_name = "channelMAC"]; * @return The channelMAC. */ com.google.protobuf.ByteString getChannelMAC(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy