6 lines
194 B
Rust
6 lines
194 B
Rust
|
|
// 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;
|