// FILE: programs/dloom_flow/src/state/dlmm_parameters.rs
use *;
/// A struct to hold a single valid (bin_step, fee_rate) pair.
/// Using a struct makes the code cleaner and more extensible.
/// A singleton account that holds the whitelisted parameters for creating DLMM pools.