CreateWalletConnectionUseCase class

Constructors

CreateWalletConnectionUseCase.new({required WalletConnectionRepository walletConnectionRepository, required InfoEventRepository infoEventRepository, required RequestRepository requestRepository})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

execute({required KeyPair walletServiceKeyPair, required List<Uri> relays, BudgetRenewal budgetRenewal = BudgetRenewal.never, String? name, int? maxAmountSat, int? expiresAt, List<Method>? methods, List<NotificationType>? notifications, List<String>? customMethods, List<String>? customNotifications, bool? isolated, List<String>? categories, String? lud16}) Future<WalletConnectConnectionUri>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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