Function lpl_token_auth_rules::utils::assert_derivation
source · 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.