This module defines the APIs for the pluggable components of the node.js SDK.
Classes
Type Definitions
-
CommitHandlerParameters
-
Type:
- Object
Properties:
Name Type Description requestObject TransactionRequest signed_envelopeObject An object that will be sent to the orderer that contains the encoded endorsed proposals and the signature of the sender. timeoutNumber the timeout setting passed on sendTransaction method. -
EndorsementHandlerParameters
-
Type:
- Object
Properties:
Name Type Description requestObject ChaincodeInvokeRequest signed_proposalObject the encoded protobuf "SignedProposal" created by the sendTransactionProposal method before calling the handler. Will be the object to be endorsed by the target peers. timeoutNumber the timeout setting passed on sendTransactionProposal method.