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

org.hyperledger.fabric.protos.peer.EndorsementOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: peer/proposal_response.proto

package org.hyperledger.fabric.protos.peer;

public interface EndorsementOrBuilder extends
    // @@protoc_insertion_point(interface_extends:protos.Endorsement)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Identity of the endorser (e.g. its certificate)
   * 
* * bytes endorser = 1 [json_name = "endorser"]; * @return The endorser. */ com.google.protobuf.ByteString getEndorser(); /** *
   * Signature of the payload included in ProposalResponse concatenated with
   * the endorser's certificate; ie, sign(ProposalResponse.payload + endorser)
   * 
* * bytes signature = 2 [json_name = "signature"]; * @return The signature. */ com.google.protobuf.ByteString getSignature(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy