Skip to main content
Module

x/smoldot2/base64.d.ts>multibaseBase64Decode

Alternative client for Substrate-based chains.
Go to Latest
function multibaseBase64Decode
import { multibaseBase64Decode } from "https://deno.land/x/smoldot2@light-js-deno-v0.7.10/base64.d.ts";

Decodes a multibase-encoded string.

Throws an exception if the encoding isn't base64 or one of its variants.

Parameters

input: string

Returns

Uint8Array