Skip to main content

call_handler_v2

Function call_handler_v2 

Source
pub fn call_handler_v2(
    validator: Pubkey,
    destination_program: Pubkey,
    source_program: Pubkey,
    escrow_authority: Pubkey,
    other_accounts: Vec<AccountMeta>,
    args: CallHandlerArgs,
) -> Instruction
Expand description

Builds a call handler v2 instruction. See [dlp::processor::call_handler_v2] for docs.