# Functions
FormatLogs formats EVM returned structured logs for json output.
# Structs
ExecutionResult groups all structured logs emitted by the EVM while replaying a transaction in debug mode as well as transaction execution status, the amount of gas used and the return value.
StructLogRes stores a structured log emitted by the EVM while replaying a transaction in debug mode.
TransactionArgs represents the arguments to construct a new transaction or a message call.