# 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.