pub async fn validation_receipt_workflow(
    dna_hash: Arc<DnaHash>,
    vault: DbWrite<DbKindDht>,
    network: &HolochainP2pDna,
    keystore: MetaLairClient,
    conductor: ConductorHandle
) -> WorkflowResult<WorkComplete>
Expand description

Send validation receipts to their authors in serial and without waiting for responses. TODO: Currently still waiting for responses because we don’t have a network call that doesn’t.