Currency.Fee_rateinclude Core_kernel.Comparable.S with type t := tval comparator : ( t, comparator_witness ) Base__Comparator.comparatormodule Replace_polymorphic_compare : sig ... endmodule Map : sig ... endmodule Set : sig ... endval of_q : Q.t -> t optionval of_q_exn : Q.t -> tval to_q : t -> Q.tval to_uint64 : t -> Unsigned.uint64 optionconvert to uint64, if the fee rate is equivalent to an integer.
val to_uint64_exn : t -> Unsigned.uint64convert to uint64, if the fee rate is equivalent to an integer.