IThirdPartyWalletService class abstract
- Implementers
Constructors
Properties
-
dappPublicKey
→ Future<
String> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isInstalled → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- walletMetadata → ConnectionMetadata
-
no setter
-
walletPublicKey
→ Future<
String> -
no setter
-
walletSupportedMethods
→ List<
String> -
no setter
Methods
-
connect(
{String? chainId}) → Future< void> -
disconnect(
) → Future< void> -
init(
) → Future< void> -
isConnected(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
request(
{required String chainId, required SessionRequestParams request}) → Future -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited