IAuthEngineWallet class abstract
- Inheritance
-
- Object
- IAuthEngineCommon
- IAuthEngineWallet
- Implementers
Constructors
Properties
-
authKeys
→ IGenericStore<
AuthPublicKey> -
finalinherited
-
authRequests
→ IGenericStore<
PendingAuthRequest> -
final
-
completeRequests
→ IGenericStore<
StoredCacao> -
finalinherited
- core → ICore
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- metadata → PairingMetadata
-
finalinherited
-
onAuthRequest
→ Event<
AuthRequest> -
final
-
pairingTopics
→ IGenericStore<
String> -
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
formatAuthMessage(
{required String iss, required CacaoRequestPayload cacaoPayload}) → String -
format payload to message string
inherited
-
getCompletedRequestsForPairing(
{required String pairingTopic}) → Map< int, StoredCacao> -
inherited
-
getPendingAuthRequests(
) → Map< int, PendingAuthRequest> -
init(
) → Future< void> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
respondAuthRequest(
{required int id, required String iss, CacaoSignature? signature, WalletConnectError? error}) → Future< void> - respond wallet authentication
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited