The transfer to check
whether the transfer has expired
To retrieve expired crosschain transfers and revert them, you could use the following code.
const transfersPage = await account.getPendingCrosschainTransfers();
const expiredTransfers = transfersPage.data.filter(hasCrosschainTransferExpired);
Checks whether a single crosschain transfer has expired.