Appearance
@swapped/connect-sdk / core / isExchangePayOrderExpired
Function: isExchangePayOrderExpired()
isExchangePayOrderExpired(
expiresAt,now?):boolean
Defined in: src/modules/exchange-pay/exchange-pay.utils.ts:99
Whether an order expiry timestamp has passed.
Parameters
expiresAt
number | null
now?
number = ...
Returns
boolean