RequestDefaults class
defaults used by a low level nostr request
Constructors
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- DEFAULT_BEST_RELAYS_MIN_COUNT → const int
- desiredCoverage: The number of relays per pubkey to subscribe/query to
- DEFAULT_STREAM_IDLE_TIMEOUT → const int
- timeout for query streams
- DEFAULT_WEB_SOCKET_CONNECT_TIMEOUT → const int
- websocket connection timeout
- FAIL_RELAY_CONNECT_TRY_AFTER_SECONDS → const int
- retry interval for relay connections
- WEB_SOCKET_PING_INTERVAL_SECONDS → const int
- websocket ping interval