Type Alias: WaitForReceiptOutput
type WaitForReceiptOutput =
| WaitForReceiptSuccess
| WaitForReceiptError;Defined in: apps/submitter/lib/handlers/waitForReceipt/types.ts:39
Output of a waitForReceipt call (boop/receipt route): either success or error.
