ISignEngineCommon class abstract

Implementers

Constructors

ISignEngineCommon()

Properties

authKeys IGenericStore<AuthPublicKey>
final
completeRequests IGenericStore<StoredCacao>
final
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
pairingTopics IGenericStore<String>
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>
formatAuthMessage({required String iss, required CacaoRequestPayload cacaoPayload}) String
getActiveSessions() Map<String, SessionData>
getCompletedRequestsForPairing({required String pairingTopic}) Map<int, StoredCacao>
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
validateSignedCacao({required Cacao cacao, required String projectId}) Future<bool>

Operators

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