Skip to main content

call_handler

Function call_handler 

Source
pub fn call_handler(
    validator: Pubkey,
    destination_program: Pubkey,
    escrow_authority: Pubkey,
    other_accounts: Vec<AccountMeta>,
    args: CallHandlerArgs,
) -> Instruction
👎Deprecated since 1.1.4:

Use call_handler_v2 instead

Expand description

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