pub fn update_mint(
token_program_id: &Pubkey,
mint: &Pubkey,
authority: &Pubkey,
auto_approve_new_accounts: bool,
auditor_encryption_pubkey: Option<EncryptionPubkey>,
) -> Result<Instruction, ProgramError>
Expand description
Create a UpdateMint
instruction