Module Values.GetMemberInputSource

Returns detailed information about a member. Applies only to Hyperledger Fabric.

Sourcetype nonrec t = {
  1. networkId : ResourceIdString.t;
    (*

    The unique identifier of the network to which the member belongs.

    *)
  2. memberId : ResourceIdString.t;
    (*

    The unique identifier of the member.

    *)
}
Sourceval context_ : string
Sourceval make : networkId:ResourceIdString.t -> memberId:ResourceIdString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceIdString.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