mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: integrate SignedTx AT into StaticFileProviderRW (#12764)
This commit is contained in:
@ -14,14 +14,14 @@ pub mod tx_type;
|
||||
pub use tx_type::OpTxType;
|
||||
|
||||
use alloy_consensus::Header;
|
||||
use reth_node_types::FullNodePrimitives;
|
||||
use reth_node_types::NodePrimitives;
|
||||
use reth_primitives::{Block, BlockBody, Receipt, TransactionSigned};
|
||||
|
||||
/// Optimism primitive types.
|
||||
#[derive(Debug, Default, Clone, PartialEq, Eq)]
|
||||
pub struct OpPrimitives;
|
||||
|
||||
impl FullNodePrimitives for OpPrimitives {
|
||||
impl NodePrimitives for OpPrimitives {
|
||||
type Block = Block;
|
||||
type BlockHeader = Header;
|
||||
type BlockBody = BlockBody;
|
||||
|
||||
Reference in New Issue
Block a user