Files
lez-programs/programs/twap_oracle/src/lib.rs
T

7 lines
152 B
Rust
Raw Normal View History

//! The TWAP Oracle Program implementation.
pub use twap_oracle_core as core;
pub mod create_oracle_price_account;
pub mod create_price_observations;