Documentation
1
2
3
4
5
6
7
8
9
mod generated;
mod pda;

#[cfg(feature = "core-types")]
mod core_types;

pub use generated::programs::WHIRLPOOL_ID as ID;
pub use generated::*;
pub use pda::*;