All the receipts that we have received but can't process because we can't find the event they refer to.

We hold on to them so we can process them if their event arrives later.

Constructors

Methods

Constructors

Methods

  • Remove and return the dangling receipts for the given event ID.

    Parameters

    • eventId: string

      the event ID to look for

    Returns undefined | DanglingReceipt[]

    the found dangling receipts, or undefined if we don't have one.