Function toggle_market

Source
pub fn toggle_market<'a, 'b, 'c, 'info>(
    ctx: CpiContext<'a, 'b, 'c, 'info, ToggleMarket<'info>>,
    enable: bool,
) -> Result<()>