pub fn get_update_strike_trigger_modulus_instruction(
authority: Pubkey,
new_modulus: u16,
) -> InstructionExpand description
update_strike_trigger_modulus: admin retunes the Sat Strike odds (the
jackpot fires when rng % modulus == 0). Signed by the config’s admin
authority.