@sodax/sdk 0.0.1-rc.25 → 0.0.1-rc.27

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 CHANGED
@@ -6104,6 +6104,7 @@ declare class SonicSpokeService {
6104
6104
  * @returns {PromiseEvmTxReturnType<R>} A promise that resolves to the transaction hash
6105
6105
  */
6106
6106
  static deposit<R extends boolean = false>(params: SonicSpokeDepositParams, spokeProvider: SonicSpokeProvider, raw?: R): PromiseEvmTxReturnType<R>;
6107
+ static createSwapIntent<R extends boolean = false>(createIntentParams: CreateIntentParams, creatorHubWalletAddress: Address, solverConfig: SolverConfig, fee: PartnerFee | undefined, spokeProvider: SonicSpokeProvider, hubProvider: EvmHubProvider, raw?: R): Promise<[TxReturnType<SonicSpokeProvider, R>, Intent, bigint, Hex$1]>;
6107
6108
  /**
6108
6109
  * Get the balance of the token in the spoke chain.
6109
6110
  * @param {Address} token - The address of the token to get the balance of.
package/dist/index.d.ts CHANGED
@@ -6104,6 +6104,7 @@ declare class SonicSpokeService {
6104
6104
  * @returns {PromiseEvmTxReturnType<R>} A promise that resolves to the transaction hash
6105
6105
  */
6106
6106
  static deposit<R extends boolean = false>(params: SonicSpokeDepositParams, spokeProvider: SonicSpokeProvider, raw?: R): PromiseEvmTxReturnType<R>;
6107
+ static createSwapIntent<R extends boolean = false>(createIntentParams: CreateIntentParams, creatorHubWalletAddress: Address, solverConfig: SolverConfig, fee: PartnerFee | undefined, spokeProvider: SonicSpokeProvider, hubProvider: EvmHubProvider, raw?: R): Promise<[TxReturnType<SonicSpokeProvider, R>, Intent, bigint, Hex$1]>;
6107
6108
  /**
6108
6109
  * Get the balance of the token in the spoke chain.
6109
6110
  * @param {Address} token - The address of the token to get the balance of.