From 942ed1e061297a827ec2b865006cf856b2cb8708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduard=20Bardaj=C3=AD=20Puig?= Date: Tue, 10 Sep 2024 09:55:11 +0200 Subject: [PATCH] WIP --- src/request/types/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/request/types/index.ts b/src/request/types/index.ts index d082dc2..d15ecd6 100644 --- a/src/request/types/index.ts +++ b/src/request/types/index.ts @@ -54,6 +54,7 @@ export interface WalletRequests { wallet_requestPermissions: WalletMethods.RequestPermissions; wallet_renouncePermissions: WalletMethods.RenouncePermissions; wallet_getWalletType: WalletMethods.GetWalletType; + wallet_getPermissions: WalletMethods.GetPermissions; } export type Requests = BtcRequests &