Skip to content

@swapped/connect-sdk / core / isCashAppOrderExpired

Function: isCashAppOrderExpired()

isCashAppOrderExpired(expiresAt, now?): boolean

Defined in: src/modules/cash-app/cash-app.utils.ts:48

Whether an order expiry timestamp has passed.

Parameters

expiresAt

number | null

now?

number = ...

Returns

boolean