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