Skip to content

Commit 36992c9

Browse files
committed
feat: node types readme
1 parent f4620f4 commit 36992c9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

crates/node-types/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Signet Node Types
2+
3+
This crate provides parameterizations and conveneniences for the Signet node's
4+
use of reth's internal generics. E.g. [`NodePrimitives`] and [`NodeTypes`].
5+
6+
It also provides a [`NodeTypesDbTrait`] to aggregate several trait constraints
7+
on the database type. This is then used in the node and in `signet-db`.
8+
9+
This crate is mostly shims. It is not intended to be used outside of the
10+
Signet node and `signet-db` crates.

0 commit comments

Comments
 (0)