Skip to main content
Module

x/smoldot2/bytecode-browser.d.ts

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