RelaySetsEngine class

Implemented types

Constructors

RelaySetsEngine({required RelayManager relayManager, CacheManager? cacheManager, GlobalState? globalState})
engine that pre-calculates relay sets for gossip

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

doNostrRequestWithRelaySet(RequestState state, {bool splitRequestsByPubKeyMappings = true}) Future<void>
doRelayRequest(String id, RelayRequestState request) bool
handleRequest(RequestState state) Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
query(Filter filter, RelaySet? relaySet, {required String name, int idleTimeout = RelaySetsEngine.DEFAULT_STREAM_IDLE_TIMEOUT, bool splitRequestsByPubKeyMappings = true}) Future<NdkResponse>
requestRelays(String name, Iterable<String> urls, Filter filter, {int timeout = DEFAULT_STREAM_IDLE_TIMEOUT, bool closeOnEOSE = true, dynamic onTimeout()?}) Future<NdkResponse>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

DEFAULT_STREAM_IDLE_TIMEOUT → const int