mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: integrate BuiltPayload::Primitives (#13484)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -467,6 +467,7 @@ pub type SealedBlockFor<B> = SealedBlock<
|
||||
<B as reth_primitives_traits::Block>::Header,
|
||||
<B as reth_primitives_traits::Block>::Body,
|
||||
>;
|
||||
|
||||
/// Sealed block with senders recovered from transactions.
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize, Deref, DerefMut)]
|
||||
pub struct SealedBlockWithSenders<B: reth_primitives_traits::Block = Block> {
|
||||
|
||||
Reference in New Issue
Block a user