referrerpolicy=no-referrer-when-downgrade

Module pallet_revive_eth_rpc::client

source ·
Expand description

The client connects to the source substrate chain and is used by the rpc server to query and send transactions to the substrate chain.

Structs§

  • A client connect to a node and maintains a cache of the last CACHE_SIZE blocks.

Enums§

Constants§

  • The number of recent blocks maintained by the cache. For each block in the cache, we also store the EVM transaction receipts.

Type Aliases§