@swapkit/core 1.0.0-rc.114 → 1.0.0-rc.116
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.es.js +648 -2663
- package/dist/index.es.js.map +1 -1
- package/package.json +17 -15
- package/src/client/index.ts +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -285,7 +285,7 @@ export declare type SwapKitReturnType = SwapKitPlugins & {
|
|
|
285
285
|
|
|
286
286
|
export declare type SwapKitWallet = {
|
|
287
287
|
connectMethodName: string;
|
|
288
|
-
connect: (params: ConnectWalletParamsLocal) => (connectParams: any) =>
|
|
288
|
+
connect: (params: ConnectWalletParamsLocal) => (connectParams: any) => undefined | string;
|
|
289
289
|
};
|
|
290
290
|
|
|
291
291
|
export declare type SwapParams = (SwapWithRouteParams | GenericSwapParams) & {
|