pub trait OpContextTr: ContextTr<Chain = L1BlockInfo>where Self::Journal: JournalTr<State = HashMap<Address, Account, RandomState>>, Self::Tx: OpTxTr, Self::Cfg: Cfg<Spec = OpSpecId>,{ }
Type alias for Optimism context