Skip to content

Commit

Permalink
Add movePrecompileToAddress support.
Browse files Browse the repository at this point in the history
Signed-off-by: bgravenorst <[email protected]>
  • Loading branch information
bgravenorst committed Jan 24, 2025
1 parent 72a2d77 commit a1d8afe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/public-networks/reference/api/objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,11 @@ 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. |
| `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 move the precompile to. |
| `stateDiff` | Quantity | `key:value` pairs to override individual slots in the account storage. |
| `stateDiff` | Quantity | `key:value` pairs to override individual slots in the account storage. |

## Structured log object

Expand Down

0 comments on commit a1d8afe

Please sign in to comment.