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

    Options forwarded to the WASM solver (Solver.solve with mode: 'wasm').

    interface WasmSolveOptions {
        maxTries?: number;
        nonceStart?: bigint;
    }
    Index

    Properties

    maxTries?: number

    Max nonces to try before giving up. Default 1_000_000.

    nonceStart?: bigint

    Override the starting nonce (default: challenge.header_context.nonce64_start).