Function record_rpc_request

Source
pub fn record_rpc_request(network: &str, method: &str)
Expand description

Records an RPC request.

§Arguments

  • network - The network slug (e.g., “ethereum”, “polygon”)
  • method - The RPC method name (e.g., “eth_getBlockByNumber”)