package
0.2.3
Repository: https://github.com/kkrt-labs/go-utils.git
Documentation: pkg.go.dev

# Functions

NewAccessTrackerDatabase creates a new state database that tracks the state access during block execution.
No description provided by the author
NewRPCDatabase creates a new state database that reads the state from a remote RPC node.

# Structs

No description provided by the author
StateAccessTracker is a state database that tracks the state access (account, storage, and bytecode) during block execution.
No description provided by the author
NoOpTrie is a gethstate.Trie that does nothing.
RPCDatabase is a gethstate.Database that reads the state from a remote RPC node.