public interface SignedProposalOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getProposalBytes()
The bytes of Proposal
|
com.google.protobuf.ByteString |
getSignature()
Signaure over proposalBytes; this signature is to be verified against
the creator identity contained in the header of the Proposal message
marshaled as proposalBytes
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getProposalBytes()
The bytes of Proposal
bytes proposal_bytes = 1 [json_name = "proposalBytes"];
com.google.protobuf.ByteString getSignature()
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"];
Copyright © 2022. All rights reserved.