package bech32

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

Module Bech32Source

Sourceval convertbits : pad:bool -> frombits:int -> tobits:int -> string -> (string, string) result
Sourceval encode : hrp:string -> string -> (string, string) result
Sourceval encode5 : hrp:string -> string -> (string, string) result
Sourceval decode : string -> (string * string, string) result
Sourcemodule Segwit : sig ... end