sendCountEventToRelaysAsync abstract method
Future<NostrCountResponse>
sendCountEventToRelaysAsync(
- NostrCountEvent countEvent, {
- required Duration timeout,
Implementation
Future<NostrCountResponse> sendCountEventToRelaysAsync(
NostrCountEvent countEvent, {
required Duration timeout,
});