Methods
approveSession ({required int id , required Map <String , Namespace > namespaces , Map <String , String > ? sessionProperties , String ? relayProtocol })
→ Future <ApproveResponse >
approveSessionAuthenticate ({required int id , List <Cacao > ? auths })
→ Future <ApproveResponse >
disconnectSession ({required String topic , required ReownSignError reason })
→ Future <void >
inherited
dispatchEnvelope (String url )
→ Future <void >
inherited
emitSessionEvent ({required String topic , required String chainId , required SessionEventParams event })
→ Future <void >
extendSession ({required String topic })
→ Future <void >
find ({required Map <String , RequiredNamespace > requiredNamespaces })
→ SessionData ?
formatAuthMessage ({required String iss , required CacaoRequestPayload cacaoPayload })
→ String
inherited
getActiveSessions ()
→ Map <String , SessionData >
inherited
getPendingSessionAuthRequests ()
→ Map <int , PendingSessionAuthRequest >
getPendingSessionProposals ()
→ Map <String , ProposalData >
inherited
getPendingSessionRequests ()
→ Map <String , SessionRequest >
getSessionsForPairing ({required String pairingTopic })
→ Map <String , SessionData >
inherited
init ()
→ Future <void >
inherited
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pair ({required Uri uri })
→ Future <PairingInfo >
redirectToDapp ({required String topic , required Redirect? redirect })
→ Future <bool >
registerAccount ({required String chainId , required String accountAddress })
→ void
Register accounts for a given namespace or chainId.
Used to construct the Namespaces map for the session proposal.
Each account must follow the namespace:chainId:address format or this will throw an error.
registerEventEmitter ({required String chainId , required String event })
→ void
Register event emitters for a given namespace or chainId
Used to construct the Namespaces map for the session proposal
registerRequestHandler ({required String chainId , required String method , dynamic handler (String , dynamic )? })
→ void
rejectSession ({required int id , required ReownSignError reason })
→ Future <void >
rejectSessionAuthenticate ({required int id , required ReownSignError reason })
→ Future <void >
respondSessionRequest ({required String topic , required JsonRpcResponse response })
→ Future <void >
toString ()
→ String
A string representation of this object.
inherited
updateSession ({required String topic , required Map <String , Namespace > namespaces })
→ Future <void >
validateSignedCacao ({required Cacao cacao , required String projectId })
→ Future <bool >
inherited