@paraspell/sdk 8.11.0 → 8.12.0

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
@@ -204,7 +204,7 @@ declare const EvmBuilder: () => EvmBuilderCore<unknown, unknown, {
204
204
  declare const send: (options: _paraspell_sdk_core.TSendBaseOptions & {
205
205
  api?: TPapiApiOrUrl;
206
206
  }) => Promise<TPapiTransaction>;
207
- declare const getDryRun: (options: _paraspell_sdk_core.TDryRunBaseOptions<TPapiTransaction> & {
207
+ declare const getDryRun: (options: _paraspell_sdk_core.TDryRunCallBaseOptions<TPapiTransaction> & {
208
208
  api?: TPapiApiOrUrl;
209
209
  }) => Promise<_paraspell_sdk_core.TDryRunResult>;
210
210
  declare const getParaEthTransferFees: (ahApi?: TPapiApiOrUrl) => Promise<[bigint, bigint]>;