ISignEngineCommon class abstract

Implementers

Constructors

ISignEngineCommon()

Properties

core ICore
final
hashCode int
The hash code for this object.
no setterinherited
metadata PairingMetadata
final
onProposalExpire Event<SessionProposalEvent>
final
onSessionConnect Event<SessionConnect>
final
onSessionDelete Event<SessionDelete>
final
onSessionExpire Event<SessionExpire>
final
onSessionPing Event<SessionPing>
final
pairings IPairingStore
final
pendingRequests IGenericStore<SessionRequest>
final
proposals IGenericStore<ProposalData>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessions ISessions
final

Methods

disconnectSession({required String topic, required WalletConnectError reason}) Future<void>
getActiveSessions() Map<String, SessionData>
getPendingSessionProposals() Map<String, ProposalData>
getSessionsForPairing({required String pairingTopic}) Map<String, SessionData>
init() Future<void>
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