Module Values.MemberFabricAttributesSource

Attributes of Hyperledger Fabric for a member in a Managed Blockchain network using the Hyperledger Fabric framework.

Sourcetype nonrec t = {
  1. adminUsername : UsernameString.t option;
    (*

    The user name for the initial administrator user for the member.

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

    The endpoint used to access the member's certificate authority.

    *)
}
Sourceval make : ?adminUsername:??? -> ?caEndpoint:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of UsernameString.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