carbon_tcomp_decoder/types/target.rs
1//! This code was AUTOGENERATED using the Codama library.
2use carbon_core::borsh;
3
4#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
5#[derive(Debug, Clone, borsh::BorshSerialize, borsh::BorshDeserialize, PartialEq, Eq, Hash)]
6pub enum Target {
7 AssetId,
8 Whitelist,
9}