interface ClientOptionsWithBytecode
implements ClientOptions
import { type ClientOptionsWithBytecode } from "https://deno.land/x/smoldot2@light-js-deno-v2.0.26/public-types.d.ts";
Configuration of a client.
Properties
bytecode: SmoldotBytecode | Promise<SmoldotBytecode>
Smoldot bytecode. Can be either fully loaded or a Promise
.