Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/libauth/src/lib/address/bech32.ts>Bech32DecodingError

An ultra-lightweight, zero-dependency JavaScript library for Bitcoin Cash, Bitcoin, and Bitauth applications.
Latest
enum Bech32DecodingError
import { Bech32DecodingError } from "https://deno.land/x/libauth@v2.0.0-alpha.9/src/lib/address/bech32.ts";

Members

notBech32CharacterSet = "Bech32 decoding error: input contains characters outside of the Bech32 character set."