---
title: "consensus/rpc"
description: "RPC types and client for Base consensus using jsonrpsee."
source: https://basehub.org/crates/consensus/rpc/
---
import { LinkCard } from '@astrojs/starlight/components';

## Overview

The `base-consensus-rpc` crate defines the RPC types and client for the Base consensus layer, built on jsonrpsee.

## Source

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