ExecutableTxFor

Trait ExecutableTxFor 

pub trait ExecutableTxFor<Evm>: ToTxEnv<<<<Evm as ConfigureEvm>::BlockExecutorFactory as BlockExecutorFactory>::EvmFactory as EvmFactory>::Tx> + 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 ExecutableTx for block executor.

Implementors§