Function toggle_gt_minting

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