Module Transaction_snark.Pending_coinbase_stack_state

module Init_stack : sig ... end
module Poly : sig ... end
type 'pending_coinbase poly = 'pending_coinbase Poly.t = {
source : 'pending_coinbase;
target : 'pending_coinbase;
}
val poly_to_yojson : ( 'pending_coinbase -> Yojson.Safe.t ) -> 'pending_coinbase poly -> Yojson.Safe.t
val poly_of_yojson : ( Yojson.Safe.t -> 'pending_coinbase Ppx_deriving_yojson_runtime.error_or ) -> Yojson.Safe.t -> 'pending_coinbase poly Ppx_deriving_yojson_runtime.error_or
val sexp_of_poly : ( 'pending_coinbase -> Ppx_sexp_conv_lib.Sexp.t ) -> 'pending_coinbase poly -> Ppx_sexp_conv_lib.Sexp.t
val poly_of_sexp : ( Ppx_sexp_conv_lib.Sexp.t -> 'pending_coinbase ) -> Ppx_sexp_conv_lib.Sexp.t -> 'pending_coinbase poly
val hash_fold_poly : ( Ppx_hash_lib.Std.Hash.state -> 'pending_coinbase -> Ppx_hash_lib.Std.Hash.state ) -> Ppx_hash_lib.Std.Hash.state -> 'pending_coinbase poly -> Ppx_hash_lib.Std.Hash.state
val compare_poly : ( 'pending_coinbase -> 'pending_coinbase -> int ) -> 'pending_coinbase poly -> 'pending_coinbase poly -> int
val equal_poly : ( 'pending_coinbase -> 'pending_coinbase -> bool ) -> 'pending_coinbase poly -> 'pending_coinbase poly -> bool
val target : 'pending_coinbase poly -> 'pending_coinbase
val source : 'pending_coinbase poly -> 'pending_coinbase
module Fields_of_poly : sig ... end
module Stable : sig ... end
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val compare : t -> t -> int
val equal : t -> t -> bool
val hash_fold_t : Ppx_hash_lib.Std.Hash.state -> t -> Ppx_hash_lib.Std.Hash.state
val hash : t -> Ppx_hash_lib.Std.Hash.hash_value
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