Module Values.NodeFrameworkAttributesSource

Attributes relevant to a node on a Managed Blockchain network for the blockchain framework that the network uses.

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

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

    *)
  2. ethereum : NodeEthereumAttributes.t option;
    (*

    Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.

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