//! This code was AUTOGENERATED using the Codama library.
use crate::types::{AssetData, PrintSupply};
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
#[derive(Debug, Clone, borsh::BorshSerialize, borsh::BorshDeserialize, PartialEq)]
pub enum CreateArgs {
V1 {
asset_data: AssetData,
decimals: Option<u8>,
print_supply: Option<PrintSupply>,
},
}