pub trait ExecutableTxFor<Evm: ConfigureEvm>: ExecutableTxParts<TxEnvFor<Evm>, TxTy<Evm::Primitives>> + RecoveredTx<TxTy<Evm::Primitives>> { }Expand description
A helper trait marking a ’static type that can be converted into an ExecutableTxParts for
block executor.