Module Transaction_hash.User_command_with_valid_signature
val hash_to_yojson : hash -> Yojson.Safe.tval hash_of_yojson : Yojson.Safe.t -> hash Ppx_deriving_yojson_runtime.error_orval sexp_of_hash : hash -> Ppx_sexp_conv_lib.Sexp.tval hash_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> hashval hash_fold_hash :
Ppx_hash_lib.Std.Hash.state ->
hash ->
Ppx_hash_lib.Std.Hash.stateval hash_hash : hash -> Ppx_hash_lib.Std.Hash.hash_valueval to_yojson : t -> Yojson.Safe.tinclude 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 -> intinclude Core_kernel.Comparable.S with type t := t
val (>=) : t -> t -> boolval (<=) : t -> t -> boolval (<>) : t -> t -> boolval equal : t -> t -> boolval compare : t -> t -> intval 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.check