Drop-in replacement for NostrSignerActor that delegates signing to an external signer over NIP-46 (bunker:// URI, NIP-44 encrypted kind-24133). Includes 8 tests with a fully self-contained fake relay helper. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
362 B
Dart
10 lines
362 B
Dart
export 'src/file_actor.dart';
|
|
export 'src/relay_connection.dart';
|
|
export 'src/nostr_publish_actor.dart';
|
|
export 'src/nostr_fetch_actor.dart';
|
|
export 'src/nostr_signer_actor.dart';
|
|
export 'src/geo_actor.dart';
|
|
export 'src/file_upload_actor.dart';
|
|
export 'src/file_download_actor.dart';
|
|
export 'src/nostr_account_actor.dart';
|
|
export 'src/nip46_signer_actor.dart';
|