@paraspell/swap 12.9.1 → 12.9.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.ts +2 -2
- package/dist/index.mjs +6901 -6895
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -278,8 +278,8 @@ declare const getSupportedFeeAssets: (from: TChain | undefined, exchange: TExcha
|
|
|
278
278
|
* @deprecated Use `@paraspell/sdk` with the "swap" extension installed instead.
|
|
279
279
|
*/
|
|
280
280
|
declare class RouterBuilderCore<T extends Partial<TTransferOptions> = object> {
|
|
281
|
-
|
|
282
|
-
|
|
281
|
+
readonly _options: T;
|
|
282
|
+
readonly _builderOptions?: TRouterBuilderOptions;
|
|
283
283
|
constructor(builderOptions?: TRouterBuilderOptions, options?: T);
|
|
284
284
|
/**
|
|
285
285
|
* Specifies the origin chain of the transfer.
|