Function ethcore::block::enact_verified
[−]
[src]
pub fn enact_verified(block: &PreverifiedBlock,
engine: &Engine,
tracing: bool,
db: StateDB,
parent: &Header,
last_hashes: Arc<LastHashes>,
factories: Factories)
-> Result<LockedBlock, Error>
Enact the block given by block_bytes
using engine
on the database db
with given parent
block header