package tezos-crypto

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

See src/environment/v1/base58.mli for an inlined documentation.

Parameters

module C : sig ... end

Signature

val register_encoding : prefix:string -> length:int -> to_raw:('a -> string) -> of_raw:(string -> 'a option) -> wrap:('a -> data) -> 'a encoding
val decode : ?alphabet:Alphabet.t -> string -> data option
val register_resolver : 'a encoding -> (C.context -> string -> 'a list Lwt.t) -> unit
val complete : ?alphabet:Alphabet.t -> C.context -> string -> string list Lwt.t