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.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
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 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
val to_bytes : t -> string
val to_bits : t -> bool list
val to_base58_check : t -> string
val of_base58_check_exn : string -> t
val gen : t Core_kernel.Quickcheck.Generator.t
val merge : height:int -> t -> t -> t