import { binToBase58 } from "https://deno.land/x/libauth@v2.0.0-alpha.9/src/lib/format/base-convert.ts";
Convert a Uint8Array to a bitcoin-style base58-encoded string.
See createBaseConverter for format details.
x/libauth/src/lib/format/base-convert.ts>binToBase58
import { binToBase58 } from "https://deno.land/x/libauth@v2.0.0-alpha.9/src/lib/format/base-convert.ts";
Convert a Uint8Array to a bitcoin-style base58-encoded string.
See createBaseConverter for format details.