mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: relax bounds for eth_simulateV1 (#13232)
This commit is contained in:
@ -24,6 +24,9 @@ impl<T> FullBlock for T where
|
||||
{
|
||||
}
|
||||
|
||||
/// Helper trait to access [`BlockBody::Transaction`] given a [`Block`].
|
||||
pub type BlockTx<B> = <<B as Block>::Body as BlockBody>::Transaction;
|
||||
|
||||
/// Abstraction of block data type.
|
||||
// todo: make sealable super-trait, depends on <https://github.com/paradigmxyz/reth/issues/11449>
|
||||
// todo: make with senders extension trait, so block can be impl by block type already containing
|
||||
|
||||
Reference in New Issue
Block a user