Function invoke_feed

Source
pub fn invoke_feed<'a>(
    switchboard: &'a AccountInfo<'a>,
    switchboard_feed: &'a AccountInfo<'a>,
    callback: &'a AccountInfo<'a>,
    callback_signer: &'a AccountInfo<'a>,
    other_accounts: &'a [AccountInfo<'a>],
) -> Result<(), ProgramError>