Values.ChannelHandshakePayloadSourceContains the payload data for different types of channel handshakes.
type nonrec t = {startServicePeriodPayload : StartServicePeriodPayload.t option;Payload for starting a service period handshake.
*)revokeServicePeriodPayload : RevokeServicePeriodPayload.t option;Payload for revoking a service period handshake.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of ProgramManagementAccountIdentifier.t
| `Timestamp of DateTime.t ])
list ])
list ]