Module Snark_keys_header.UInt64

type t = Unsigned.UInt64.t
val compare : t -> t -> Ppx_deriving_runtime.int
val equal : t -> t -> bool
val to_yojson : Unsigned.UInt64.t -> [> `String of string ]
val of_yojson : [> `String of string ] -> ( Unsigned.UInt64.t, string ) Core_kernel.Result.t
val sexp_of_t : Unsigned.UInt64.t -> Core_kernel.Sexp.t
val t_of_sexp : Core_kernel.Sexp.t -> Unsigned.UInt64.t