Module Authorization_kind.Structured

type t = {
is_signed : bool;
is_proved : bool;
}
val to_hlist : t -> ( unit, bool -> bool -> unit ) H_list.t
val of_hlist : ( unit, bool -> bool -> unit ) H_list.t -> t
module Checked : sig ... end