package octez-shell-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

prompter is a class of objects that provide input functions to request data from the end-user, whether normal inputs or passwords.

method prompt : ('a, string Tezos_base.TzPervasives.tzresult) lwt_format -> 'a
method multiple_password_retries : bool

when multiple_password_retries is true, password prompt should retries more than once. true is the default value.

OCaml

Innovation. Community. Security.