Interface SmoldotBytecode

Bytecode of the smoldot client.

interface SmoldotBytecode {
    wasm: Module;
}

Properties

Properties

wasm: Module