@paraspell/sdk-pjs 8.11.1 → 8.12.1

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 CHANGED
@@ -219,7 +219,7 @@ declare const getTokenBalance: (signer: Signer, symbol: string) => Promise<bigin
219
219
  declare const send: (options: _paraspell_sdk_core.TSendBaseOptions & {
220
220
  api?: TPjsApiOrUrl;
221
221
  }) => Promise<Extrinsic>;
222
- declare const getDryRun: (options: _paraspell_sdk_core.TDryRunBaseOptions<Extrinsic> & {
222
+ declare const getDryRun: (options: _paraspell_sdk_core.TDryRunCallBaseOptions<Extrinsic> & {
223
223
  api?: TPjsApiOrUrl;
224
224
  }) => Promise<_paraspell_sdk_core.TDryRunResult>;
225
225
  declare const transferEthToPolkadot: (options: Omit<TEvmBuilderOptions<TPjsApi, Extrinsic>, "api">) => Promise<{