package tezos-base58

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Base58 of string
val pp : t Fmt.t
val encode : prefix:string -> string -> t
val decode : prefix:string -> t -> string option