Module Work.Spec

module Stable : sig ... end
type 'single t = 'single Stable.Latest.t = {
instances : 'single One_or_two.t;
fee : Currency.Fee.t;
}
val to_yojson : 'single. ( 'single -> Yojson.Safe.t ) -> 'single t -> Yojson.Safe.t
val _ : ( 'a -> Yojson.Safe.t ) -> 'a t -> Yojson.Safe.t
val fee : 'a t -> Currency.Fee.t
val instances : 'a t -> 'a One_or_two.t
module Fields : sig ... end
val t_of_sexp : 'single. ( Ppx_sexp_conv_lib.Sexp.t -> 'single ) -> Ppx_sexp_conv_lib.Sexp.t -> 'single t
val sexp_of_t : 'single. ( 'single -> Ppx_sexp_conv_lib.Sexp.t ) -> 'single t -> Ppx_sexp_conv_lib.Sexp.t