pub async fn validation_receipt_workflow<B>(
    dna_hash: Arc<DnaHash>,
    vault: DbWrite<DbKindDht>,
    network: impl HolochainP2pDnaT,
    keystore: MetaLairClient,
    running_cell_ids: HashSet<CellId>,
    apply_block: B
) -> WorkflowResult<WorkComplete>
where B: Fn(Block) -> BoxFuture<'static, DatabaseResult<()>> + Clone,
Expand description

Send validation receipts to their authors in serial and without waiting for responses.