Skip to main content

hypercall_sdk_types/directives/
mod.rs

1//! EIP-712 directive structs, domains, and signer recovery helpers.
2
3mod eip712;
4mod registry;
5mod signing;
6
7pub use eip712::*;
8pub use registry::*;
9pub use signing::*;