Skip to main content

longbridge/alert/
mod.rs

1//! Price alert types and context
2
3mod context;
4/// Request and response data types for this context.
5pub mod types;
6
7pub use context::AlertContext;
8pub use types::*;