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