pub fn update_multiplier(
token_program_id: &Pubkey,
mint: &Pubkey,
authority: &Pubkey,
signers: &[&Pubkey],
multiplier: f64,
effective_timestamp: i64,
) -> Result<Instruction, ProgramError>
Expand description
Create an UpdateMultiplier
instruction