Skip to content

Commit fe17000

Browse files
committed
comment
1 parent cc140b5 commit fe17000

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

yarn-project/wallet-sdk/src/base-wallet/base_wallet.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ export abstract class BaseWallet implements Wallet {
147147
* while external wallets (browser extensions, hardware wallets) implement this to reduce authorization
148148
* friction by allowing apps to request permissions upfront.
149149
*
150+
* TODO: Consider making it abstract so implementing it is a conscious decision. Leaving it as-is
151+
* while the feature stabilizes.
152+
*
150153
* @param _manifest - Application capability manifest declaring what operations the app needs
151154
*/
152155
public requestCapabilities(_manifest: AppCapabilities): Promise<WalletCapabilities> {

0 commit comments

Comments
 (0)