import { type Config } from "https://deno.land/x/smoldot@light-js-deno-v0.6.32/instance/bindings-smoldot-light.d.ts";
Properties
optional
instance: SmoldotWasmInstanceClosure to call when the Wasm instance calls panic
.
This callback will always be invoked from within a binding called the Wasm instance.
Methods
connect(config: ConnectionConfig): Connection
Tries to open a new connection using the given configuration.