// The verification module groups the sync and async transaction and block verification paths.
pub mod async_funcs;
pub mod sync_funcs;
pub mod verification_service;
pub mod verification_types;