package tezos-client-base

  1. Overview
  2. Docs

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 prompt_password : ('a, Bytes.t 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.