public interface ProposalResponsePayloadOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getExtension()
Extension should be unmarshaled to a type-specific message.
|
com.google.protobuf.ByteString |
getProposalHash()
Hash of the proposal that triggered this response.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getProposalHash()
Hash of the proposal that triggered this response. The hash is used to link a response with its proposal, both for bookeeping purposes on an asynchronous system and for security reasons (accountability, non-repudiation). The hash usually covers the entire Proposal message (byte-by-byte).
bytes proposal_hash = 1 [json_name = "proposalHash"];
com.google.protobuf.ByteString getExtension()
Extension should be unmarshaled to a type-specific message. The type of the extension in any proposal response depends on the type of the proposal that the client selected when the proposal was initially sent out. In particular, this information is stored in the type field of a Header. For chaincode, it's a ChaincodeAction message
bytes extension = 2 [json_name = "extension"];
Copyright © 2022. All rights reserved.