pub fn initialize_candy_machine<C: Deref<Target = impl Signer> + Clone>(
    config_data: &ConfigData,
    candy_account: &Keypair,
    candy_machine_data: CandyMachineData,
    collection_mint: Pubkey,
    collection_update_authority: Pubkey,
    program: Program<C>
) -> Result<Signature>
Expand description

Send the initialize_candy_machine instruction to the candy machine program.