Skip to main content

replay_monad_block_transactions

Function replay_monad_block_transactions 

Source
async fn replay_monad_block_transactions(
    config: &Config,
    block: Option<&AnyRpcBlock>,
    block_number: u64,
    target_hash: B256,
    executor: &mut Executor<MonadEvmNetwork>,
    evm_env: &EvmEnvFor<MonadEvmNetwork>,
) -> Result<Option<ChainFor<MonadEvmNetwork>>>
Available on crate feature monad only.
Expand description

Replays Monad transactions preceding target_hash with their ancestry context.