loadEvent abstract method

Future<Nip01Event?> loadEvent(
  1. String id
)

Loads the raw stored event by id.

Prefer loadEvents in app-facing read paths because loadEvent does not itself promise visibility filtering.

Implementation

Future<Nip01Event?> loadEvent(String id);