We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce8ae2 commit a2f1911Copy full SHA for a2f1911
packages/engine/src/client/types.gen.ts
@@ -186,7 +186,8 @@ export type WriteContractData = {
186
executionOptions:
187
| AutoExecutionOptions
188
| AaExecutionOptions
189
- | AaZksyncExecutionOptions;
+ | AaZksyncExecutionOptions
190
+ | EoaExecutionOptions;
191
params: Array<{
192
/**
193
* The function to call on the contract
@@ -325,7 +326,8 @@ export type SendTransactionData = {
325
326
327
328
329
330
331
332
333
* The address of the contract to send the transaction to
0 commit comments