mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
feat: op eth api scaffolding (#9324)
This commit is contained in:
@@ -47,6 +47,8 @@ pub trait TraceExt:
|
||||
impl<T> TraceExt for T where T: LoadTransaction + LoadBlock + LoadPendingBlock + Trace + Call {}
|
||||
|
||||
/// Helper trait to unify all `eth` rpc server building block traits, for simplicity.
|
||||
///
|
||||
/// This trait is automatically implemented for any type that implements all the `Eth` traits.
|
||||
pub trait FullEthApi:
|
||||
EthApiSpec + EthTransactions + EthBlocks + EthState + EthCall + EthFees + Trace + LoadReceipt
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user