Module Pending_coinbase.Hash
include Data_hash_intf
with type t = Mina_wire_types.Mina_base.Pending_coinbase.Hash_builder.V1.t
val to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orinclude Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> tval sexp_of_t : t -> Sexplib0__.Sexp.tval compare : t -> t -> intval equal : t -> t -> boolval hash_fold_t :
Ppx_hash_lib.Std.Hash.state ->
t ->
Ppx_hash_lib.Std.Hash.stateval hash : t -> Ppx_hash_lib.Std.Hash.hash_valueval to_bytes : t -> stringval to_bits : t -> bool listval to_base58_check : t -> stringval of_base58_check_exn : string -> tval gen : t Core_kernel.Quickcheck.Generator.tval merge : height:int -> t -> t -> t