Skip to content

Commit

Permalink
Add movePrecompileToAddress support.
Browse files Browse the repository at this point in the history
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
  • Loading branch information
bgravenorst committed Jan 24, 2025
1 parent a1d8afe commit 82d228e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/public-networks/reference/api/objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ blockchain state.
| `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. |
| `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 82d228e

Please sign in to comment.