//! This code was AUTOGENERATED using the Codama library.
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
#[derive(Debug, Clone, borsh::BorshSerialize, borsh::BorshDeserialize, PartialEq)]
pub struct FeeBracket {
pub market_cap_upper_bound: u64,
pub buy_fee_bps: u32,
pub sell_fee_bps: u32,
}