Class: SignedProposal

SignedProposal


new SignedProposal()

The SignedProposal object represents the request object sent by the client application to the chaincode.
Properties:
Name Type Description
signature Buffer The signature over the proposal. This signature is to be verified against the ProposalCreator returned by getCreator(). The signature will have already been verified by the peer before the invocation request reaches the chaincode.
proposal Proposal The object containing the chaincode invocation request and metadata about the request