ExecutableTx

Trait ExecutableTx 

pub trait ExecutableTx<E>: ExecutableTxParts<<<E as BlockExecutor>::Evm as Evm>::Tx, <E as BlockExecutor>::Transaction>
where E: BlockExecutor + ?Sized,
{ }
Available on crate feature evm only.
Expand description

Alias for the ExecutableTxParts trait with types associated with the given BlockExecutor.

Implementors§

§

impl<E, T> ExecutableTx<E> for T