package base58

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
exception Base58 of string
val flickr_alphabet : string
val bitcoin_alphabet : string
val encode_int : ?alphabet:string -> int -> string
val encode_big_int : ?alphabet:string -> Big_int.big_int -> string
val decode : ?alphabet:string -> string -> Num.num