package bech32

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val convertbits : pad:bool -> frombits:int -> tobits:int -> string -> (string, string) Stdlib.result
val encode : hrp:string -> string -> (string, string) Stdlib.result
val encode5 : hrp:string -> string -> (string, string) Stdlib.result
val decode : string -> (string * string, string) Stdlib.result
module Segwit : sig ... end