Secrets.Uptime_keypairmodule T : sig ... endinclude module type of struct include T endmodule Keypair = T.Keypairtype t = Keypair.tval write_exn :
Keypair.t ->
privkey_path:string ->
password:Secret_file.password ->
unit Async.Deferred.tval read :
privkey_path:string ->
password:Secret_file.password ->
( Keypair.t, Privkey_error.t ) Async.Deferred.Result.tval read_exn :
privkey_path:string ->
password:Secret_file.password ->
Keypair.t Async.Deferred.tval read_exn' : string -> Keypair.t Async.Deferred.tmodule Terminal_stdin : sig ... end