Module ABI.DecodedMessageBody

type t = {
body_type : MessageBodyType.t;
name : string;
value : Json_repr.ezjsonm option;
header : FunctionHeader.t option;
}
val enc : t Json_encoding.encoding
val t_enc : t Json_encoding.encoding