pub fn update_decryptable_supply(
token_program_id: &Pubkey,
mint: &Pubkey,
authority: &Pubkey,
multisig_signers: &[&Pubkey],
new_decryptable_supply: AeCiphertext,
) -> Result<Instruction, ProgramError>
Expand description
Create a UpdateMint
instruction