Complete Task 5: Write sdk/src/index.ts to export:
- Generated bindings (accounts, instructions, pdas, types, errors, program id)
- Hand-written helpers (pda, listing, order functions)
- Type re-exports (Address, Account from @solana/kit)
Avoid duplication of deriveEscrowId (exported from pda.ts, re-exported from order.ts).
All tests passing, no type errors.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>