1//! Core types shared across the Aztec Rust workspace.
23pub mod abi;
4pub mod constants;
5pub mod error;
6pub mod fee;
7pub mod grumpkin;
8pub mod hash;
9pub mod kernel_types;
10pub mod tx;
11pub mod types;
12pub mod validation;
1314pub use error::Error;