You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {Array<Call>} params.calls - The array of calls to be executed.
174
176
* @param {OutsideExecutionParams} params.outsideExecutionParams - The parameters for the outside execution.
175
177
* @param {string} [params.argentSessionServiceUrl=ARGENT_SESSION_SERVICE_BASE_URL] - The URL of the Argent session service.
178
+
* @param {string} params.network - The network on which the execution is taking place.
176
179
*
177
180
* @returns {Promise<{ outsideExecutionTypedData: OutsideExecutionTypedData, signature: string }>} The typed data for the outside execution and the signature.
0 commit comments