package octez-shell-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

BLS commands are used by rollup clients to handle their keys directly.

generate_keys ~force ~encrypted alias cctxt generates a BLS based pair of keys with a fresh mnemonic with alias as alias. If force is true, it will replace the alias if it already exists. If encrypted is true, then it will ask for a passphrase, and encrypt the generated key.

list_keys cctxt lists the BLS keys known by the wallet.

val show_address : show_private:bool -> string -> Tezos_client_base.Client_context.io_wallet -> unit Tezos_base.TzPervasives.tzresult Lwt.t

show_address ~show_private alias shows the address corresponding to given alias.

import_secret_key ~force alias uri cctxt imports a secret key from uri as alias in the wallet. If force is true, it will replace the alias if it already exists.

OCaml

Innovation. Community. Security.