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.1.tar.gz
sha256=aa2f5bc99cc4ca2217c52a1af2a2cdfd3b383208cb859ca2e79ca0903396ca1d
sha512=d68bb3eb615e3dcccc845fddfc9901c95b3c6dc8e105e39522ce97637b1308a7fa7aa1d271351d5933febd7476b2819e1694f31198f1f0919681f1f9cc97cb3a
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)"
>