Function toggle_token_flag

Source
pub fn toggle_token_flag<'a, 'b, 'c, 'info>(
    ctx: CpiContext<'a, 'b, 'c, 'info, ToggleTokenFlag<'info>>,
    flag: String,
    value: bool,
) -> Result<()>