Module Values.MemberFrameworkConfigurationSource

Configuration properties relevant to a member for the blockchain framework that the Managed Blockchain network uses.

Sourcetype nonrec t = {
  1. fabric : MemberFabricConfiguration.t option;
    (*

    Attributes of Hyperledger Fabric for a member on a Managed Blockchain network that uses Hyperledger Fabric.

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