pub fn create_candy_machine_data(
    _client: &Client,
    config: &ConfigData,
    cache: &Cache
) -> Result<CandyMachineData>
Expand description

Create the candy machine data struct.