1 2 3 4 5 6 7 8 9 10 11 12
use { super::super::types::*, carbon_core::{borsh, CarbonDeserialize}, }; #[derive(CarbonDeserialize, Debug)] pub struct TokenOwnedEscrow { pub key: Key, pub base_token: solana_sdk::pubkey::Pubkey, pub authority: EscrowAuthority, pub bump: u8, }