package tezos-mockup-commands

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type bootstrap_secret = {
  1. name : string;
  2. sk_uri : Tezos_client_base.Client_keys.sk_uri;
}
val default_bootstrap_accounts : (bootstrap_secret list, Tezos_error_monad.TzCore.error list) result 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.