Module Values.NodeFabricAttributesSource

Attributes of Hyperledger Fabric for a peer node on a Hyperledger Fabric network on Managed Blockchain.

Sourcetype nonrec t = {
  1. peerEndpoint : String_.t option;
    (*

    The endpoint that identifies the peer node for all services except peer channel-based event services.

    *)
  2. peerEventEndpoint : String_.t option;
    (*

    The endpoint that identifies the peer node for peer channel-based event services.

    *)
}
Sourceval make : ?peerEndpoint:??? -> ?peerEventEndpoint:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t