---
title: "shared/txpool-rpc"
description: "Adds Base-specific RPC methods for inspecting and interacting with the transaction pool."
source: https://basehub.org/crates/shared/txpool-rpc/
---
import { LinkCard } from '@astrojs/starlight/components';

## Overview

The `shared/txpool-rpc` sub-crate (`base-txpool-rpc`) is part of the [shared crate group](/crates/shared/overview/).

It extends the JSON-RPC surface with Base-specific methods for inspecting and interacting with the transaction pool.

## Source

<LinkCard title="View source on GitHub" href="https://github.com/base/base/tree/main/crates/shared/txpool-rpc" />
