Module Mina_base.Pending_coinbase_witness

module Stable : sig ... end
type t = Stable.Latest.t = {
pending_coinbases : Pending_coinbase.t;
is_new_stack : bool;
}
val to_yojson : t -> Yojson.Safe.t
val _ : t -> Yojson.Safe.t
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t