Module Secrets.Uptime_keypair

module T : sig ... end
include module type of struct include T end
module Keypair = T.Keypair
type t = Keypair.t
val env : string
val write_exn : Keypair.t -> privkey_path:string -> password:Secret_file.password -> unit Async.Deferred.t
val read : privkey_path:string -> password:Secret_file.password -> ( Keypair.t, Privkey_error.t ) Async.Deferred.Result.t
val read_exn : privkey_path:string -> password:Secret_file.password -> Keypair.t Async.Deferred.t
val read_exn' : string -> Keypair.t Async.Deferred.t
module Terminal_stdin : sig ... end