RelaySetsEngine class
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>
-
-
doRelayBroadcast(String relayUrl, Nip01Event nostrEvent)
→ Future<void>
-
=====================================================================================
The flow:
-
doRelayRequest(String id, RelayRequestState request)
→ Future<bool>
-
-
handleEventBroadcast({required Nip01Event nostrEvent, required EventSigner? signer, required Stream<List<RelayBroadcastResponse>> doneStream, Iterable<String>? specificRelays})
→ NdkBroadcastResponse
-
override
-
handleRequest(RequestState state)
→ Future<void>
-
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
requestRelays(String name, Iterable<String> urls, Filter filter, {Duration timeout = kDefaultStreamIdleTimeout, bool closeOnEOSE = true})
→ Future<NdkResponse>
-
-
toString()
→ String
-
A string representation of this object.
inherited