Function holochain::core::workflow::call_zome_workflow::inline_validation[][src]

pub async fn inline_validation<C, Ribosome>(
    workspace: HostFnWorkspace,
    network: HolochainP2pCell,
    conductor_api: C,
    zome: Option<Zome>,
    ribosome: Ribosome
) -> WorkflowResult<()> where
    C: CellConductorApiT,
    Ribosome: RibosomeT + Send + 'static, 
Expand description

Run validation inline and wait for the result.