loadDecryptedEventPayloadRecords abstract method

Future<List<DecryptedEventPayloadRecord>> loadDecryptedEventPayloadRecords({
  1. String? eventId,
  2. String? viewerPubKey,
  3. DecryptedPayloadStatus? status,
  4. int? limit,
})

Implementation

Future<List<DecryptedEventPayloadRecord>> loadDecryptedEventPayloadRecords({
  String? eventId,
  String? viewerPubKey,
  DecryptedPayloadStatus? status,
  int? limit,
});