pub trait InvokeCpiAccounts<'info> { // Required method fn get_invoking_program(&self) -> &AccountInfo<'info>; }