Values.ProposalActionsSourceThe actions to carry out if a proposal is APPROVED. Applies only to Hyperledger Fabric.
type nonrec t = {invitations : InviteActionList.t option;The actions to perform for an APPROVED proposal to invite an Amazon Web Services account to create a member and join the network.
*)removals : RemoveActionList.t option;The actions to perform for an APPROVED proposal to remove a member from the network, which deletes the member and all associated member resources from the network.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of PrincipalString.t ]) list ]
list ])
list ]