Module evm_adapters::sputnik::rpc[][src]

Expand description

Simple in-memory cache backend for use with forking providers

Structs

Memory backend with ability to fork another chain from an HTTP provider, storing all cache values in a BTreeMap in memory.