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

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

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

package org.hyperledger.fabric.protos.common;

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

  /**
   * 
   * A marshaled Payload
   * 
* * bytes payload = 1 [json_name = "payload"]; * @return The payload. */ com.google.protobuf.ByteString getPayload(); /** *
   * A signature by the creator specified in the Payload header
   * 
* * bytes signature = 2 [json_name = "signature"]; * @return The signature. */ com.google.protobuf.ByteString getSignature(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy