pub fn call_handler_v2(
validator: Pubkey,
destination_program: Pubkey,
source_program: Pubkey,
escrow_authority: Pubkey,
other_accounts: Vec<AccountMeta>,
args: CallHandlerArgs,
) -> InstructionExpand description
Builds a call handler v2 instruction. See [dlp::processor::call_handler_v2] for docs.