@btx-tools SDK — BTX service-challenge admission control
    Preparing search index...

    Options for Solver.solve.

    interface SolverOptions {
        mode?: SolverMode;
        pureJs?: SolveJsOptions;
        rpcClient?: BtxChallengeClient;
        wasm?: WasmSolveOptions;
    }
    Index

    Properties

    mode?: SolverMode

    Solve strategy. Default: 'auto' (rpc if client provided, else wasm if @btx-tools/matmul-wasm is installed, else pure-js).

    Forwarded to the pure-JS solver. Ignored for other modes.

    rpcClient?: BtxChallengeClient

    Required for mode === 'rpc'. Ignored otherwise.

    Forwarded to the WASM solver. Ignored for other modes.