package tezos-crypto

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

Module Pvss_secp256k1.Secret_keySource

include ENCODED
Sourcetype t
include S.B58_DATA with type t := t
Sourceval to_b58check : t -> string
Sourceval to_short_b58check : t -> string
Sourceval of_b58check_exn : string -> t
Sourceval of_b58check_opt : string -> t option
Sourcetype Base58.data +=
  1. | Data of t
Sourceval b58check_encoding : t Base58.encoding
include S.ENCODER with type t := t
Sourceval encoding : t Data_encoding.t
Sourceval to_public_key : t -> Public_key.t