@sats-connect/core 0.2.2-14f5613 → 0.2.2-3c0db81
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +0 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1126,7 +1126,6 @@ interface WalletRequests {
|
|
|
1126
1126
|
wallet_requestPermissions: RequestPermissions;
|
|
1127
1127
|
wallet_renouncePermissions: RenouncePermissions;
|
|
1128
1128
|
wallet_getWalletType: GetWalletType;
|
|
1129
|
-
wallet_getPermissions: GetPermissions;
|
|
1130
1129
|
}
|
|
1131
1130
|
type Requests = BtcRequests & StxRequests & RunesRequests & WalletRequests & OrdinalsRequests;
|
|
1132
1131
|
type Return<Method> = Method extends keyof Requests ? Requests[Method]['result'] : never;
|