Function create_shift

Source
pub fn create_shift<'a, 'b, 'c, 'info>(
    ctx: CpiContext<'a, 'b, 'c, 'info, CreateShift<'info>>,
    nonce: [u8; 32],
    params: CreateShiftParams,
) -> Result<()>