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

    Function memoryProcessor

    • An in-memory Processor for demos and tests: it accepts every payout, records it under a deterministic providerRef, and answers a resend of the same idempotency key with the same ref, so the retry-safety contract holds without a real provider. Pass status to make the optional probe report a fixed state (e.g. 'SETTLED' so a demo sweep settles without a webhook); omitted, there is no probe, matching a real provider that reports only by webhook.

      Parameters

      • options: { status?: "PENDING" | "SETTLED" | "RETURNED" | "FAILED" | "UNKNOWN" } = {}

      Returns Processor