NostrRelays constructor

NostrRelays({
  1. required NostrClientUtils utils,
})

This class is responsible for all the relays related operations.

Implementation

NostrRelays({required this.utils}) {
  nostrRegistry = NostrRegistry(utils: utils);
}