1 2 3 4 5 6 7
use carbon_core::{borsh, CarbonDeserialize}; #[derive(CarbonDeserialize, Debug)] #[carbon(discriminator = "0xce80984d70a40d02")] pub struct Underlying { pub mint: solana_sdk::pubkey::Pubkey, }