@sats-connect/core 0.17.2-e5f0ddc → 0.17.2
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.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -13571,7 +13571,7 @@ type RequestReturn<M extends Method> = {
|
|
|
13571
13571
|
error: SpecErrorResponse['error'];
|
|
13572
13572
|
status: 'error';
|
|
13573
13573
|
};
|
|
13574
|
-
declare const request: <const M extends Method
|
|
13574
|
+
declare const request: <const M extends Method>(method: M, params: RpcRequestParams<M>,
|
|
13575
13575
|
/**
|
|
13576
13576
|
* The providerId is the object path to the provider in the window object.
|
|
13577
13577
|
* E.g., a provider available at `window.Foo.BarProvider` would have a
|
package/dist/index.d.mts
CHANGED
|
@@ -13571,7 +13571,7 @@ type RequestReturn<M extends Method> = {
|
|
|
13571
13571
|
error: SpecErrorResponse['error'];
|
|
13572
13572
|
status: 'error';
|
|
13573
13573
|
};
|
|
13574
|
-
declare const request: <const M extends Method
|
|
13574
|
+
declare const request: <const M extends Method>(method: M, params: RpcRequestParams<M>,
|
|
13575
13575
|
/**
|
|
13576
13576
|
* The providerId is the object path to the provider in the window object.
|
|
13577
13577
|
* E.g., a provider available at `window.Foo.BarProvider` would have a
|