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.mockup-commands/Tezos_mockup_commands/Mockup_wallet/index.html

Module Tezos_mockup_commands.Mockup_walletSource

Sourcetype bootstrap_secret = {
  1. name : string;
  2. sk_uri : Tezos_client_base.Client_keys.sk_uri;
}
Sourceval default_bootstrap_accounts : bootstrap_secret list Tezos_base.TzPervasives.tzresult Lwt.t

Initializes a wallet with bootstrap accounts (including secret keys). If the second argument is provided, it must be a path to a file containing definitions of the bootstrap accounts in JSON format.

Note: the default bootstrap accounts use the 'unencrypted' scheme so this scheme must be registered already.

OCaml

Innovation. Community. Security.