- Implemented types
-
- Implementers
Methods
-
authenticate({required SessionAuthRequestParams params, String? walletUniversalLink, String? pairingTopic, List<List<String>>? methods})
→ Future<SessionAuthRequestResponse>
-
inherited
-
connect({Map<String, RequiredNamespace>? requiredNamespaces, Map<String, RequiredNamespace>? optionalNamespaces, Map<String, String>? sessionProperties, String? pairingTopic, List<Relay>? relays, List<List<String>>? methods})
→ Future<ConnectResponse>
-
inherited
-
disconnectSession({required String topic, required ReownSignError reason})
→ Future<void>
-
inherited
-
dispatchEnvelope(String url)
→ Future<void>
-
inherited
-
formatAuthMessage({required String iss, required CacaoRequestPayload cacaoPayload})
→ String
-
inherited
-
getActiveSessions()
→ Map<String, SessionData>
-
inherited
-
getExchangeDepositStatus({required GetExchangeDepositStatusParams params})
→ Future<GetExchangeDepositStatusResult>
-
ℹ️ Check the status of the deposit/transaction
Better to call this in a loop
-
getExchanges({required GetExchangesParams params})
→ Future<GetExchangesResult>
-
ℹ️ Get a list of Exchanges supporting the given configuration
Use
includeOnly, exclude to filter the results
-
getExchangeUrl({required GetExchangeUrlParams params})
→ Future<GetExchangeUrlResult>
-
ℹ️ Get the deposit/payment URL on the selected exchange
-
getPaymentAssetsForNetwork({String? chainId, bool includeNative = true})
→ List<ExchangeAsset>
-
ℹ️ Get supported assets on the given chainId (CAIP-2)
Null value will return all supported assets in all networks
-
getPendingSessionProposals()
→ Map<String, ProposalData>
-
inherited
-
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
-
ping({required String topic})
→ Future<void>
-
inherited
-
redirectToWallet({required String topic, required Redirect? redirect})
→ Future<bool>
-
inherited
-
registerEventHandler({required String chainId, required String event, dynamic handler(String, dynamic)?})
→ void
-
inherited
-
request({int? requestId, required String topic, required String chainId, required SessionRequestParams request})
→ Future
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
validateSignedCacao({required Cacao cacao, required String projectId})
→ Future<bool>
-
inherited