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 SellParams {
    pub amount_in: u64,
    pub minimum_amount_out: u64,
    pub encoded_user_defined_event_data: String,
}