Function create_order

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