org.hyperledger.fabric.protos.peer.SignedProposalOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: peer/proposal.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.peer;
public interface SignedProposalOrBuilder extends
// @@protoc_insertion_point(interface_extends:protos.SignedProposal)
com.google.protobuf.MessageOrBuilder {
/**
*
* The bytes of Proposal
*
*
* bytes proposal_bytes = 1 [json_name = "proposalBytes"];
* @return The proposalBytes.
*/
com.google.protobuf.ByteString getProposalBytes();
/**
*
* Signaure over proposalBytes; this signature is to be verified against
* the creator identity contained in the header of the Proposal message
* marshaled as proposalBytes
*
*
* bytes signature = 2 [json_name = "signature"];
* @return The signature.
*/
com.google.protobuf.ByteString getSignature();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy