Skip to content

Commit

Permalink
Doc 1759 (#1765)
Browse files Browse the repository at this point in the history
* Add movePrecompileToAddress support.

Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>

* Add movePrecompileToAddress support.

Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>

* Add movePrecompileToAddress support.

Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>

---------

Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
  • Loading branch information
bgravenorst authored Jan 24, 2025
1 parent 88ff209 commit 6a77b7c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/public-networks/reference/api/objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -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&nbsp;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

Expand Down

0 comments on commit 6a77b7c

Please sign in to comment.