Function holochain::core::workflow::validation_receipt_workflow::validation_receipt_workflow[][src]

pub async fn validation_receipt_workflow(
    vault: EnvWrite,
    network: &mut HolochainP2pCell
) -> 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.