sendCountEventToRelaysAsync abstract method

Future<NostrCountResponse> sendCountEventToRelaysAsync(
  1. NostrCountEvent countEvent, {
  2. required Duration timeout,
})

Implementation

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