IReownSignCommon class abstract

Implementers

Constructors

IReownSignCommon()

Properties

authKeys → IGenericStore<AuthPublicKey>
final
core → IReownCore
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 ReownSignError reason}) Future<void>
dispatchEnvelope(String url) Future<void>
formatAuthMessage({required String iss, required CacaoRequestPayload cacaoPayload}) String
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
validateSignedCacao({required Cacao cacao, required String projectId}) Future<bool>

Operators

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