1 2 3 4 5 6 7 8 9 10 11
use { super::super::types::*, carbon_core::{borsh, CarbonDeserialize}, }; #[derive(CarbonDeserialize, Debug)] pub struct CollectionAuthorityRecord { pub key: Key, pub bump: u8, pub update_authority: Option<solana_sdk::pubkey::Pubkey>, }