Skip to content

Commit

Permalink
Add connect/disconnect methods
Browse files Browse the repository at this point in the history
  • Loading branch information
aryzing committed Oct 19, 2024
1 parent a057ae4 commit a733cd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/request/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ export interface WalletRequests {
wallet_renouncePermissions: WalletMethods.RenouncePermissions;
wallet_getWalletType: WalletMethods.GetWalletType;
wallet_getCurrentPermissions: WalletMethods.GetCurrentPermissions;
wallet_connect: WalletMethods.Connect;
wallet_disconnect: WalletMethods.Disconnect;
}

export type Requests = BtcRequests &
Expand Down

0 comments on commit a733cd7

Please sign in to comment.