Module Signer_cli

An agent that pokes at Coda and peeks at Rosetta to see if things look alright

val sign_command : ( unit -> unit Async_kernel__Deferred.t ) Core__Core_command.Param.t
val verify_message_command : ( unit -> unit Async_kernel__Deferred.t ) Core__Core_command.Param.t
val verify_command : ( unit -> unit Async_kernel__Deferred.t ) Core__Core_command.Param.t
val derive_command : ( unit -> unit Async_kernel__Deferred.t ) Core__Core_command.Param.t
val generate_command : ( unit -> unit Async_kernel__Deferred.t ) Async.Command.Param.t
val hex_of_private_key_file : ( unit -> unit Async.Deferred.t ) Core__Core_command.Param.t

Extracts an hexadecimal private key suitable for rosetta from a private-key file. Similarly to the main mina binary, the password from the Secrets.Keypair.env environment variable will be used if it it set, otherwise it will be read from stdin.

val convert_signature_command : ( unit -> unit Async_kernel__Deferred.t ) Core__Core_command.Param.t
val commands : (string * Async.Command.t) list