package
0.0.0-20220728222812-7e2f347744fb
Repository: https://github.com/ir4tech/webb-evm.git
Documentation: pkg.go.dev
# Functions
NewAccessListTracer creates a new tracer that can generate AccessLists.
NewJSONLogger creates a new EVM tracer that prints execution steps as JSON objects into the provided stream.
NewMarkdownLogger creates a logger which outputs information in a format adapted for human readability, and is also a valid markdown table.
NewStructLogger returns a new logger.
WriteLogs writes vm logs in a readable format to the given writer.
WriteTrace writes a formatted trace to the given writer.
# Structs
AccessListTracer is a tracer that accumulates touched accounts and storage slots into an internal set.
Config are the configuration options for structured logger the EVM.
No description provided by the author
StructLog is emitted to the EVM each cycle and lists information about the current internal state prior to the execution of the statement.
StructLogger is an EVM state logger and implements EVMLogger.
# Type aliases
Storage represents a contract's storage.