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

x/smoldot2/public-types.d.ts>AlreadyDestroyedError

Alternative client for Substrate-based chains.
Go to Latest
class AlreadyDestroyedError
extends Error
import { AlreadyDestroyedError } from "https://deno.land/x/smoldot2@light-js-deno-v1.0.6/public-types.d.ts";

Thrown in case the API user tries to use a chain or client that has already been destroyed.

Constructors

new
AlreadyDestroyedError()