Prepare the simulated wallet transaction
execution_prepareGiven a plan hash, returns the unsigned transaction from the most recent non-expired simulation to prepare for execution.
Instructions
Return only the exact unsigned transaction produced by the latest non-expired simulation. The server does not sign or submit it and never accepts caller-provided targets or calldata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| planHash | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| data | Yes | ||
| from | Yes | ||
| kind | Yes | ||
| value | Yes | ||
| planId | Yes | ||
| chainId | Yes | ||
| warning | Yes | ||
| gasLimit | No | ||
| planHash | Yes | ||
| expiresAt | Yes | ||
| preparedAt | Yes | ||
| description | Yes | ||
| simulationHash | Yes |