Up

Module Envelope_received

Signature

type t = {
sender
: string ;
recipients
: string list ;
}
val __bin_read_t__ : (int -> t) Core.Std.Bin_prot.Read.reader
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t