Expand description
Types for trace module.
Structs§
- The diff of an account after a transaction
- Represents a certain CallType of a call or message transaction.
- Outcome of a CALL.
- A changed value
- Represents a create action, either a
CREATE
operation or a CREATE transaction. - Outcome of a CREATE.
- A wrapper for TransactionTrace that includes additional information about the transaction.
- A diff of some chunk of memory.
- Recorded reward of a block.
- Represents a selfdestruct action fka
suicide
. - New-type for list of account diffs
- A diff of some storage value.
- The Outcome of a traced transaction with optional settings
- A
FullTrace
with an additional transaction hash - A parity style trace of a transaction.
- A record of an executed VM operation.
- A record of a single VM instruction, opcode level.
- A record of a full VM trace for a CALL/CREATE.
Enums§
- Represents the various types of actions recorded during tracing
- An external action type.
- Call type.
- Creation method.
- Represents how a value changed.
- What kind of reward.
- Represents the output of a trace.
- Different Trace diagnostic targets.