public interface EndorsementOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getEndorser()
Identity of the endorser (e.g.
|
com.google.protobuf.ByteString |
getSignature()
Signature of the payload included in ProposalResponse concatenated with
the endorser's certificate; ie, sign(ProposalResponse.payload + endorser)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getEndorser()
Identity of the endorser (e.g. its certificate)
bytes endorser = 1 [json_name = "endorser"];
com.google.protobuf.ByteString getSignature()
Signature of the payload included in ProposalResponse concatenated with the endorser's certificate; ie, sign(ProposalResponse.payload + endorser)
bytes signature = 2 [json_name = "signature"];
Copyright © 2022. All rights reserved.