carbon-heaven-decoder 2.0.0

Heaven program decoder
Documentation
1
2
3
4
5
6
7
8
//! 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,
}