Modules§
Structs§
- Block
Exec Traces - Represents all traces produced by transactions in a single block.
- Call
- Description of a call action, either a
CALL
operation or a message transaction. - Call
Result - Description of the result of a call action.
- Create
- Description of a create action, either a
CREATE
operation or a create transaction. - Create
Result - Description of the result of a create action.
- Error
Unwind - An executive tracer only records errors during EVM unwind.
- Exec
Trace - Trace localized in vector of traces produced by a single transaction.
- Exec
Trace Key - Exec
Tracer - Simple executive tracer. Traces all calls and creates.
- Internal
Transfer Action - Description of the result of an internal transfer action regarding about CFX.
- Localized
Trace - Self
Destruct Action - Represents a selfdestruct action fka
suicide
. - SetAuth
- Trace
Filter - Log event Filter.
- Transaction
Exec Traces - Represents all traces produced by a single transaction.
Enums§
- Action
- Description of an action that we trace; will be either a call or a create.
- Action
Type - Auto-generated discriminant enum variants
- Outcome
- The outcome of the action result.