Skip to main content
Module

x/smoldot2/bytecode-nodejs.d.ts

Lightweight client for Substrate-based chains, such as Polkadot and Kusama.
Go to Latest
File
import { SmoldotBytecode } from './public-types.js';/** * Compiles and returns the smoldot WebAssembly binary. */export declare function compileBytecode(): Promise<SmoldotBytecode>;