package octez-libs

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

Module Base58.MakeSource

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

Parameters

module C : sig ... end

Signature

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

Innovation. Community. Security.