pub async fn data_zome(
    integrity_uuid: String,
    coordinator_uuid: String
) -> DnaFile
Expand description

The zome to use for this simulation. Currently this is a limitation of this prototype that you must use the data generation zome in the actual simulation so the Dna record matches. Hopefully this limitation can be overcome in the future.