Module Mina_base.Frozen_ledger_hash0
include module type of struct include Ledger_hash0 end
include Ledger_hash_intf0.S
include Data_hash.Full_size
include Data_hash_lib.Data_hash_intf.Basic
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 to_decimal_string : t -> stringval of_decimal_string : string -> tval to_bytes : t -> stringval gen : t Core_kernel.Quickcheck.Generator.tval to_base58_check : t -> stringval of_base58_check : string -> t Base.Or_error.tval of_base58_check_exn : string -> tinclude Core_kernel.Comparable.S with type t := t
val (>=) : t -> t -> boolval (<=) : t -> t -> boolval (<>) : t -> t -> boolval equal : t -> t -> boolval ascending : t -> t -> intval descending : t -> t -> intval between : t -> low:t -> high:t -> boolval clamp_exn : t -> min:t -> max:t -> tval clamp : t -> min:t -> max:t -> t Base__.Or_error.tval validate_lbound : min:t Base__.Maybe_bound.t -> t Base__.Validate.checkval validate_ubound : max:t Base__.Maybe_bound.t -> t Base__.Validate.checkval validate_bound : 
  min:t Base__.Maybe_bound.t ->
  max:t Base__.Maybe_bound.t ->
  t Base__.Validate.checkinclude Core_kernel.Hashable with type t := t
val compare : t -> t -> Core_kernel__.Import.intval 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 hashable : t Core_kernel__.Hashtbl.Hashable.tmodule Table : sig ... end