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

x/feoblog_client/private/deps.ts>b58c.utils

a JavaScript client for feoblog written for Deno
Latest
variable b58c.utils
Re-export
import { b58c } from "https://deno.land/x/feoblog_client@v0.7.0/private/deps.ts";
const { utils } = b58c;

type

{ sha256: (_message: Uint8Array) => Promise<Uint8Array>; }