pub fn create_market(
    program_id: Pubkey,
    accounts: Accounts<'_, Pubkey>,
    params: Params
) -> Instruction
Expand description

Create a new DEX market

The asset agnostic orderbook must be properly initialized beforehand.