Function ethcore::block::enact_verified[][src]

pub fn enact_verified(
    block: PreverifiedBlock,
    engine: &EthEngine,
    tracing: bool,
    db: StateDB,
    parent: &Header,
    last_hashes: Arc<LastHashes>,
    factories: Factories,
    is_epoch_begin: bool,
    ancestry: &mut Iterator<Item = ExtendedHeader>
) -> Result<LockedBlock, Error>

Enact the block given by block_bytes using engine on the database db with given parent block header