Function solana_jonc_program_counter::assertions::assert_pda
source ยท pub fn assert_pda(
account_name: &str,
account: &AccountInfo<'_>,
program_id: &Pubkey,
seeds: &[&[u8]],
) -> Result<u8, ProgramError>
Expand description
Assert the derivation of the seeds against the given account and return the bump seed.