Skip to main content

mockforge_contracts/
protocol.rs

1//! Protocol type enumeration for multi-protocol support
2//!
3//! Re-exported from `mockforge-foundation::protocol` so all crates share
4//! the canonical `Protocol` enum.
5
6pub use mockforge_foundation::protocol::Protocol;