pub fn rotate_supply_elgamal_pubkey(
token_program_id: &Pubkey,
mint: &Pubkey,
authority: &Pubkey,
multisig_signers: &[&Pubkey],
new_supply_elgamal_pubkey: ElGamalPubkey,
ciphertext_equality_proof: ProofLocation<'_, CiphertextCiphertextEqualityProofData>,
) -> Result<Vec<Instruction>, ProgramError>
Expand description
Create a RotateSupplyElGamal
instruction