Expand description
Core types shared across the Aztec Rust workspace.
Re-exports§
pub use error::Error;
Modules§
- abi
- constants
- Well-known protocol contract addresses and domain separators.
- error
- fee
- grumpkin
- Minimal Grumpkin curve arithmetic for contract address derivation.
- hash
- Poseidon2 hash functions for the Aztec protocol.
- kernel_
types - Typed kernel and transaction data structures matching upstream stdlib.
- tx
- types
- validation
- Transaction validation logic matching the node’s
DataTxValidator.