Skip to main content

handle

Function handle 

Source
pub fn handle<'a, 'b, 'c, T, H>(
    program_id: &'a Address,
    accounts: &'b [AccountView],
    instruction_data: &'c [u8],
    handler: H,
) -> Result<(), Error>
where H: Handler<'a, 'b, 'c, T>,