We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4620f4 commit 36992c9Copy full SHA for 36992c9
crates/node-types/README.md
@@ -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