Function ethcore::block::enact_verified
source · [−]pub fn enact_verified(
block: PreverifiedBlock,
engine: &dyn EthEngine,
tracing: bool,
db: StateDB,
parent: &Header,
last_hashes: Arc<LastHashes>,
factories: Factories,
is_epoch_begin: bool,
ancestry: &mut dyn Iterator<Item = ExtendedHeader>
) -> Result<LockedBlock, Error>
Expand description
t_nb 8.0 Enact the block given by block_bytes
using engine
on the database db
with given parent
block header