Skip to main content

execute_pool_transaction

Function execute_pool_transaction 

Source
pub(crate) fn execute_pool_transaction<B>(
    executor: &mut B,
    tx_env: <B::Evm as Evm>::Tx,
    recovered: Recovered<B::Transaction>,
    _is_replay: bool,
) -> Result<B::Result, BlockExecutionError>
where B: BlockExecutor,
Expand description

Executes a pool candidate through the block executor’s ordinary transaction entry point.