package octez-shell-libs

  1. Overview
  2. Docs
Octez shell libraries

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-octez-v20.1.tag.bz2
sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65

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.