Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
aryzing committed Sep 10, 2024
1 parent 25f8cea commit 942ed1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/request/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand Down

0 comments on commit 942ed1e

Please sign in to comment.