Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function decodeBase58
import { decodeBase58 } from "https://deno.land/std@0.205.0/encoding/base58.ts";

Decodes a given b58 string according to draft-mspotny-base58-03 RFC base58 representation: https://tools.ietf.org/id/draft-msporny-base58-01.html#rfc.section.1

Parameters

b58: string

Returns

Uint8Array