mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: make more block types generic (#12812)
This commit is contained in:
@ -78,6 +78,7 @@ where
|
||||
Storage: ChainStorage<Self::Primitives>,
|
||||
Primitives: FullNodePrimitives<
|
||||
SignedTx: Value + From<TransactionSigned> + Into<TransactionSigned>,
|
||||
BlockHeader = alloy_consensus::Header,
|
||||
>,
|
||||
>,
|
||||
{
|
||||
@ -89,6 +90,7 @@ impl<T> NodeTypesForProvider for T where
|
||||
Storage: ChainStorage<T::Primitives>,
|
||||
Primitives: FullNodePrimitives<
|
||||
SignedTx: Value + From<TransactionSigned> + Into<TransactionSigned>,
|
||||
BlockHeader = alloy_consensus::Header,
|
||||
>,
|
||||
>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user