We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc140b5 commit fe17000Copy full SHA for fe17000
yarn-project/wallet-sdk/src/base-wallet/base_wallet.ts
@@ -147,6 +147,9 @@ export abstract class BaseWallet implements Wallet {
147
* while external wallets (browser extensions, hardware wallets) implement this to reduce authorization
148
* friction by allowing apps to request permissions upfront.
149
*
150
+ * TODO: Consider making it abstract so implementing it is a conscious decision. Leaving it as-is
151
+ * while the feature stabilizes.
152
+ *
153
* @param _manifest - Application capability manifest declaring what operations the app needs
154
*/
155
public requestCapabilities(_manifest: AppCapabilities): Promise<WalletCapabilities> {
0 commit comments