OpContextTr

Trait OpContextTr 

pub trait OpContextTr: ContextTr<Chain = L1BlockInfo>
where Self::Journal: JournalTr<State = HashMap<Address, Account, RandomState>>, Self::Tx: OpTxTr, Self::Cfg: Cfg<Spec = OpSpecId>,
{ }
Available on crate feature evm only.
Expand description

Type alias for Optimism context

Implementors§

§

impl<T> OpContextTr for T
where <T as ContextTr>::Tx: OpTxTr, <T as ContextTr>::Cfg: Cfg<Spec = OpSpecId>, T: ContextTr<Chain = L1BlockInfo>, <T as ContextTr>::Journal: JournalTr<State = HashMap<Address, Account, RandomState>>,