pub fn update_mint(
    token_program_id: &Pubkey,
    mint: &Pubkey,
    new_ct_mint: &ConfidentialTransferMint,
    authority: &Pubkey
) -> Result<Instruction, ProgramError>
Expand description

Create a UpdateMint instruction