Module Render.Public_key_with_details

module Pretty_account : sig ... end
type t = Pretty_account.t list
type format = {
accounts : t;
}
val format_to_yojson : format -> Yojson.Safe.t
val _ : format -> Yojson.Safe.t
val accounts : format -> t
module Fields_of_format : sig ... end
val to_yojson : t -> Yojson.Safe.t
val to_text : (string * int * int) list -> string