Module Sparse_ledger_base.Global_state

type t = {
ledger : sparse_ledger;
fee_excess : Currency.Amount.Signed.t;
supply_increase : Currency.Amount.Signed.t;
protocol_state : Zkapp_precondition.Protocol_state.View.t;
}
val to_yojson : t -> Yojson.Safe.t
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