Encode a timelock execute transaction for a scheduled operation

Generates the encoded transaction to execute a previously scheduled timelock
operation. Accepts either just the operationId (looks up stored operation data
from the indexed on-chain events) or full parameters for manual reconstruction.

Path Params
string
required

The unique identifier of the Lido staking contracts

Body Params

Request to encode a timelock execute transaction. Provide just the operationId
to look up stored operation data, or provide full parameters (operation, params,
salt) for manual reconstruction. The operation and params fields follow the same
format as TimelockScheduleRequest.

string
required
^0x[a-fA-F0-9]{64}$

The operation ID returned from the schedule call.

string
enum

The operation type (required for manual reconstruction).

params
object

Operation-specific parameters (required for manual reconstruction). Same format as TimelockScheduleRequest params.

string
^0x[a-fA-F0-9]{64}$

The salt from the schedule call (required for manual reconstruction).

string
^0x[a-fA-F0-9]{40}$

Optional Ethereum address to simulate the execute transaction from.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json