pub fn initialize_mint(
token_program_id: &Pubkey,
mint: &Pubkey,
supply_elgamal_pubkey: &PodElGamalPubkey,
decryptable_supply: &DecryptableBalance,
) -> Result<Instruction, ProgramError>
Expand description
Create a InitializeMint
instruction