Claude e845445e64 feat: register ReadOnlyAccount with AccountManager
Register the ReadOnlyAccount type with the global AccountManager instance
to enable read-only account creation and management.

Changes:
- Fixed ReadOnlyAccount constructor to match IAccountConstructor signature
- Constructor now takes (pubkey, signer) instead of (pubkey, metadata)
- Added createWithMetadata() helper for factory methods
- Updated all factory methods to use createWithMetadata()
- Registered ReadOnlyAccount type in accounts service

All tests pass (48 tests), lint clean, build successful.
2026-01-04 19:11:36 +00:00
2025-12-18 15:46:02 +01:00
2025-12-19 12:49:29 +01:00
2025-12-13 15:06:05 +01:00
2025-12-22 20:40:16 +00:00
2025-12-22 20:40:16 +00:00
2025-12-20 14:25:40 +01:00
2025-12-15 22:19:28 +01:00
2025-12-21 22:39:07 +01:00
2025-12-14 16:50:16 +01:00
Description
No description provided
MIT 14 MiB
Languages
TypeScript 98.9%
CSS 0.8%
JavaScript 0.3%