Values.VoteSummarySourceProperties of an individual vote that a member cast for a proposal. Applies only to Hyperledger Fabric.
type nonrec t = {vote : VoteValue.t option;The vote value, either YES or NO.
*)memberName : NetworkMemberNameString.t option;The name of the member that cast the vote.
*)memberId : ResourceIdString.t option;The unique identifier of the member that cast the vote.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NetworkMemberNameString.t ])
list ]