No settlement records match your criteria.
++ Track escrow releases and settlement outcomes +
+| setSortOrder((prev) => (prev === "desc" ? "asc" : "desc"))}
+ >
+ Date |
+ Shipment ID | +Amount | +Status | +Stellar Tx | +
|---|---|---|---|---|
| + {new Date(s.createdAt).toLocaleDateString(undefined, { + year: "numeric", + month: "short", + day: "numeric", + })} + | ++ e.stopPropagation()} + > + {s.shipmentId} + + | +
+
+ {s.amount.toLocaleString()}
+ {s.token}
+
+ |
+ + + {toStatusLabel(s.status)} + + | +
+ {url ? (
+ e.stopPropagation()}
+ className="text-text-secondary no-underline flex items-center gap-1.5 transition-colors hover:text-[#62ffff]"
+ >
+ {truncateHash(s.stellarTxHash)}
+ |
+
{sender.name}
{sender.address}
{receiver.name}
{receiver.address}