package octez-shell-libs
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Octez shell libraries
Install
dune-project
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.
Source
val generate_keys :
force:bool ->
encrypted:bool ->
Tezos_client_base.Client_keys.Aggregate_alias.Secret_key.fresh_param ->
Tezos_client_base.Client_context.io_wallet ->
unit Tezos_base.TzPervasives.tzresult Lwt.tgenerate_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.
Source
val list_keys :
Tezos_client_base.Client_context.io_wallet ->
unit Tezos_base.TzPervasives.tzresult Lwt.tlist_keys cctxt lists the BLS keys known by the wallet.
Source
val show_address :
show_private:bool ->
string ->
Tezos_client_base.Client_context.io_wallet ->
unit Tezos_base.TzPervasives.tzresult Lwt.tshow_address ~show_private alias shows the address corresponding to given alias.
Source
val import_secret_key :
force:bool ->
Tezos_client_base.Client_keys.Aggregate_alias.Secret_key.fresh_param ->
Tezos_client_base.Client_keys.aggregate_sk_uri ->
Tezos_client_base.Client_context.io_wallet ->
unit Tezos_base.TzPervasives.tzresult Lwt.timport_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.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>