pub fn assert_derivation(
    program_id: &Pubkey,
    account: &Pubkey,
    path: &[&[u8]]
) -> Result<u8, ProgramError>
Expand description

Verify the derivation of the seeds against the given account.