From 6a77b7c2514fc2d493960c92f32c3c212c0cd37c Mon Sep 17 00:00:00 2001 From: Byron Gravenorst <50852695+bgravenorst@users.noreply.github.com> Date: Fri, 24 Jan 2025 13:13:37 +1000 Subject: [PATCH] Doc 1759 (#1765) * Add movePrecompileToAddress support. Signed-off-by: bgravenorst * Add movePrecompileToAddress support. Signed-off-by: bgravenorst * Add movePrecompileToAddress support. Signed-off-by: bgravenorst --------- Signed-off-by: bgravenorst --- docs/public-networks/reference/api/objects.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/public-networks/reference/api/objects.md b/docs/public-networks/reference/api/objects.md index 4efc3b4629..20e64b6075 100644 --- a/docs/public-networks/reference/api/objects.md +++ b/docs/public-networks/reference/api/objects.md @@ -143,12 +143,13 @@ Override an account with the following state values temporarily before making th to make ephemeral state changes, for the purposes of transaction simulation, without affecting the actual blockchain state. -| Key | Type | Value | -|-------------|:--------:|------------------------------------------------------------------------| -| `balance` | Quantity | Temporary account balance for the call execution. | -| `nonce` | Quantity | Temporary nonce value for the call execution. | -| `code` | Binary | Bytecode to inject into the account. | -| `stateDiff` | Quantity | `key:value` pairs to override individual slots in the account storage. | +| Key | Type | Value | +|---------------------------|:-------------------:|------------------------------------------------------------------------| +| `balance` | Quantity | Temporary account balance for the call execution. | +| `nonce` | Quantity | Temporary nonce value for the call execution. | +| `code` | Binary | Bytecode to inject into the account. | +| `movePrecompileToAddress` | Data, 20 bytes | Address to which the precompile address should be moved. | +| `stateDiff` | Quantity | `key:value` pairs to override individual slots in the account storage. | ## Structured log object