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