Values.GetNodeInputSourceReturns detailed information about a node. Applies to Hyperledger Fabric and Ethereum.
type nonrec t = {networkId : ResourceIdString.t;The unique identifier of the network that the node is on.
*)memberId : ResourceIdString.t option;The unique identifier of the member that owns the node. Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
*)nodeId : ResourceIdString.t;The unique identifier of the node.
*)}val make :
?memberId:??? ->
networkId:ResourceIdString.t ->
nodeId:ResourceIdString.t ->
unit ->
t