verifyNostrEvent helper

This commit is contained in:
randogoth 2026-07-05 16:49:10 +03:00
parent f69fcb661f
commit 0e70aba755
4 changed files with 80 additions and 17 deletions

View file

@ -3,6 +3,7 @@ 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/nostr_event.dart' show verifyNostrEvent;
export 'src/geo_actor.dart';
export 'src/file_upload_actor.dart';
export 'src/file_download_actor.dart';