feat: Add client-side escrow redeem for NIGHT token thaws #2+
Implements a fallback path that redeems subsequent NIGHT token thaws directly from the Cardano blockchain when the Midnight API is unavailable. - Add escrow module: discovery, datum parsing, address derivation, tx building - Fix discovery.ts to handle API response shape (JSON plutus_data, not CBOR hex) - Add null safety to datum parser integer fields - Extend transaction builder with script inputs, reference inputs, collateral, validity intervals, and inline datum support - Add ESCROW_REDEEM.md documenting the full flow