@pwngh/economy-lab
    Preparing search index...

    Type Alias BatchOutcome

    BatchOutcome: { ok: true; outcome: Outcome } | { error: unknown; ok: false }

    One operation's slot in a Economy.submitBatch result, index-aligned with the input. ok: true carries what submit would have returned; ok: false carries what submit would have thrown — a fault never poisons its batch-mates, so it comes back as data.