package octez-shell-libs

  1. Overview
  2. Docs
Octez shell libraries

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-18.0.tar.gz
sha256=dbc3b675aee59c2c574e5d0a771193a2ecfca31e7a5bc5aed66598080596ce1c
sha512=b97ed762b9d24744305c358af0d20f394376b64bfdd758dd4a81775326caf445caa57c4f6445da3dd6468ff492de18e4c14af6f374dfcbb7e4d64b7b720e5e2a

doc/octez-shell-libs.client-commands/Tezos_client_commands/Client_keys_commands/Bls_commands/index.html

Module Client_keys_commands.Bls_commandsSource

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.

Sourceval 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.