NostrServices class

Constructors

NostrServices.new({required NostrLogger logger})

Properties

bech32 NostrBech32
latefinal
hashCode int
The hash code for this object.
no setterinherited
keys NostrKeys
This class is responsible for generating key pairs and deriving public keys from private keys..
latefinal
logger NostrLogger
final
relays NostrRelays
This class is responsible for all the relays related operations.
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
utils NostrUtils
latefinal

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