Skip to main content
Module

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

Lightweight client for Substrate-based chains, such as Polkadot and Kusama.
Go to Latest
interface ClientOptionsWithBytecode
implements ClientOptions
import { type ClientOptionsWithBytecode } from "https://deno.land/x/smoldot2@light-js-deno-v2.0.28/public-types.d.ts";

Configuration of a client.

Properties

bytecode: SmoldotBytecode | Promise<SmoldotBytecode>

Smoldot bytecode. Can be either fully loaded or a Promise.