pub trait ExecutableTxFor<Evm>: ExecutableTxParts<<<<Evm as ConfigureEvm>::BlockExecutorFactory as BlockExecutorFactory>::EvmFactory as EvmFactory>::Tx, <<Evm as ConfigureEvm>::Primitives as NodePrimitives>::SignedTx> + RecoveredTx<<<Evm as ConfigureEvm>::Primitives as NodePrimitives>::SignedTx>where
Evm: ConfigureEvm,{ }Available on crate feature
evm only.Expand description
A helper trait marking a ’static type that can be converted into an ExecutableTxParts for
block executor.