Currency.Fee_rate
include Core_kernel.Comparable.S with type t := t
val comparator : ( t, comparator_witness ) Base__Comparator.comparator
module Replace_polymorphic_compare : sig ... end
module Map : sig ... end
module Set : sig ... end
val of_q : Q.t -> t option
val of_q_exn : Q.t -> t
val to_q : t -> Q.t
val to_uint64 : t -> Unsigned.uint64 option
convert to uint64, if the fee rate is equivalent to an integer.
val to_uint64_exn : t -> Unsigned.uint64
convert to uint64, if the fee rate is equivalent to an integer.