Module Staged_ledger_diff.Body

module Tag : sig ... end
module Stable : sig ... end
val to_yojson : t -> Yojson.Safe.t
val equal : t -> t -> bool
val compare : t -> t -> int
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
val create : Diff.t -> t
val staged_ledger_diff : t -> Diff.t
val to_binio_bigstring : t -> Core_kernel.Bigstring.t
val compute_reference : t -> Consensus.Body_reference.t