Function solana_jonc_program_counter::assertions::assert_program_owner
source ยท pub fn assert_program_owner(
account_name: &str,
account: &AccountInfo<'_>,
owner: &Pubkey,
) -> ProgramResult
Expand description
Assert that the given account is owned by the given program.