Documentation
//! This code was AUTOGENERATED using the codama library.
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun codama to update it.
//!
//! <https://github.com/codama-idl/codama>
//!

pub mod r#accounts_type;
pub mod r#adaptive_fee_constants;
pub mod r#adaptive_fee_variables;
pub mod r#lock_type;
pub mod r#lock_type_label;
pub mod r#position_reward_info;
pub mod r#remaining_accounts_info;
pub mod r#remaining_accounts_slice;
pub mod r#tick;
pub mod r#whirlpool_reward_info;

pub use self::r#accounts_type::*;
pub use self::r#adaptive_fee_constants::*;
pub use self::r#adaptive_fee_variables::*;
pub use self::r#lock_type::*;
pub use self::r#lock_type_label::*;
pub use self::r#position_reward_info::*;
pub use self::r#remaining_accounts_info::*;
pub use self::r#remaining_accounts_slice::*;
pub use self::r#tick::*;
pub use self::r#whirlpool_reward_info::*;