Skip to main content
Module

x/smoldot/index-nodejs.d.ts

Alternative client for Substrate-based chains.
Go to Latest
import * as smoldot from "https://deno.land/x/smoldot@light-js-deno-v0.7.2/index-nodejs.d.ts";

Classes

Thrown in case of a problem when initializing the chain.

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

Thrown in case the underlying client encounters an unexpected crash.

Thrown when trying to send a JSON-RPC message to a chain whose JSON-RPC system hasn't been enabled.

Thrown in case a malformed JSON-RPC request is sent.

Thrown in case the buffer of JSON-RPC requests is full and cannot accept any more request.

Functions

Initializes a new client. This is a pre-requisite to connecting to a blockchain.