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