NwcConnection class

Properties

hashCode int
The hash code for this object.
no setteroverride
info GetInfoResponse?
getter/setter pair
notificationStream StreamController<NwcNotification>
getter/setter pair
paymentsReceivedStream Stream<NwcNotification>
no setter
paymentsSentStream Stream<NwcNotification>
no setter
permissions Set<String>
getter/setter pair
responseStream StreamController<NwcResponse>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signer EventSigner
no setter
subscription NdkResponse?
getter/setter pair
supportedVersions List<String>
getter/setter pair
uri NostrWalletConnectUri
getter/setter pair

Methods

isLegacyNotifications() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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