Module Account.OneTimeKeys

type t = private {
curve25519 : (string, string, Core.String.comparator_witness) Core.Map.t;
}
val equal : t -> t -> bool

equal a b

val of_yojson : Yojson.Safe.t -> (t[> `YojsonError of string ]) Core.result

of_yojson j

val to_yojson : t -> Yojson.Safe.t

to_yojson t

val of_string : string -> (t[> `YojsonError of string ]) Core.result

of_string s

val to_string : t -> string

to_string t