package octez-shell-libs

  1. Overview
  2. Docs
Octez shell libraries

Install

Dune Dependency

Authors

Maintainers

Sources

octez-19.1.tar.gz
sha256=55ea1fb8bb3273a7fc270ca8f650d45c56449665619482aad9bc12f3ea736b7e
sha512=fec850fc2d17d7490bbabd5147d62aad13b3aaed8774270f8a38ab419670ed03e0fd30cf8642a97984eca5c2446726fe590ad99c015f7ec50919dc7652f25053

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.