Module Mina_base.Staged_ledger_hash

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 equal : t -> t -> bool
val compare : t -> t -> int
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 Core_kernel.Hashable with type t := t
val compare : t -> t -> Core_kernel__.Import.int
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 hashable : t Core_kernel__.Hashtbl.Hashable.t
module Table : sig ... end
module Hash_set : sig ... end
module Hash_queue : sig ... end
type value
val sexp_of_value : value -> Ppx_sexp_conv_lib.Sexp.t
val value_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> value
val equal_value : value -> value -> bool
val compare_value : value -> value -> int
val hash_fold_value : Ppx_hash_lib.Std.Hash.state -> value -> Ppx_hash_lib.Std.Hash.state
val hash_value : value -> Ppx_hash_lib.Std.Hash.hash_value
type var
val var_of_t : t -> var
val genesis : constraint_constants:Genesis_constants.Constraint_constants.t -> genesis_ledger_hash:Ledger_hash.t -> t
module Stable : sig ... end
module Aux_hash : sig ... end
module Pending_coinbase_aux : sig ... end
val ledger_hash : t -> Ledger_hash.t
val aux_hash : t -> Aux_hash.t
val pending_coinbase_aux : t -> Pending_coinbase_aux.t
val pending_coinbase_hash : t -> Pending_coinbase.Hash.t
val pending_coinbase_hash_var : var -> Pending_coinbase.Hash.var
val of_aux_ledger_and_coinbase_hash : Aux_hash.t -> Ledger_hash.t -> Pending_coinbase.t -> t