Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

Alternative client for Substrate-based chains.
Go to Latest
interface ClientOptionsWithBytecode
implements ClientOptions
import { type ClientOptionsWithBytecode } from "https://deno.land/x/smoldot2@light-js-deno-v1.0.6/public-types.d.ts";

Configuration of a client.

Properties

bytecode: SmoldotBytecode | Promise<SmoldotBytecode>

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