1
2
3
4
5
6
//! Messages for the perps factory contract.
//!
//! The factory is responsible for instantiating new markets and providing
//! authentication and protocol-wide information lookup to the other contracts.
pub mod entry;
pub mod events;