package octez-shell-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type public_key_hash
type public_key
type secret_key
type watermark
type signature
module Signature_type : sig ... end

Signature_type is a small module to be included in signer to conform to the module type SIGNER instead of rewriting all type.

module Public_key : Client_aliases.Alias with type t = pk_uri * public_key option
val supports_deterministic_nonces : sk_uri -> bool Tezos_base.TzPervasives.tzresult Lwt.t
val register_key : Client_context.wallet -> ?force:bool -> (public_key_hash * pk_uri * sk_uri) -> ?public_key:public_key -> string -> unit Tezos_base.TzPervasives.tzresult Lwt.t

Similar to repeated calls to register_key, but is more efficient. Always forces addition of new elements.

val alias_keys : Client_context.wallet -> string -> (public_key_hash * public_key option * sk_uri option) option Tezos_base.TzPervasives.tzresult Lwt.t
val force_switch : unit -> (bool, 'ctx) Tezos_clic.arg
OCaml

Innovation. Community. Security.