Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Base58.PrefixError

import { Base58 } from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/helpers/mod.ts"; 

const { PrefixError } = Base58;

Mismatched prefix error

class PrefixError extends Error {
name: string;
}

§Extends

§
Error
[src]

§Properties

§
name: string
[src]