Module system_call

Source
Expand description

System call implementations for special EVM operations.

Constants§

SYSTEM_ADDRESS
The system address used for system calls.

Traits§

SystemCallCommitEvm
Extension of the SystemCallEvm trait that adds a method that commits the state after execution.
SystemCallEvm
API for executing the system calls. System calls dont deduct the caller or reward the beneficiary. They are used before and after block execution to insert or obtain blockchain state.
SystemCallTx
Creates the system transaction with default values and set data and tx call target to system contract address that is going to be called.