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

x/base58check/base.d.ts>decodeUnsafe

Noble base58check. Typed, native, 0-dep port of bs58check module.
Latest
function decodeUnsafe
import { decodeUnsafe } from "https://deno.land/x/base58check@v0.1.4/base.d.ts";

Parameters

string: string

Returns

Promise<Uint8Array | undefined>