Hyperledger Resource
The Hyperledger Resource provides the Hyperledger component with information on how to access a Hyperledger blockchain instance. The URL specified in the resource points to a Hyperledger Peer on which queries can be made.
Parameters
credential — (HyperledgerCredential) The credentials to use when authenticating with the Hyperledger Peer.
caCertificate — (CertificateString) The CA Certificate to use when connecting with the Hyperledger Peer.
channelName — (String) The channel to use when connecting with the Hyperledger Peer.
peerURL — (URI) the URL of the Hyperledger Peer node to which the component should connect.
evaluateDeadline — (int, default: 5) The amount of time (in seconds) before an evaluate call times out.
endorseDeadline — (int, default: 15) The amount of time (in seconds) before an endorse call times out.
submitDeadline — (int default: 5) The amount of time (in seconds) before a submit call times out.
commitDeadline — (int, default: 60) The amount of time (in seconds) before a commit call times out.