Module Values.InviteActionSource

An action to invite a specific Amazon Web Services account to create a member and join the network. The InviteAction is carried out when a Proposal is APPROVED. Applies only to Hyperledger Fabric.

Sourcetype nonrec t = {
  1. principal : PrincipalString.t;
    (*

    The Amazon Web Services account ID to invite.

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