pub async fn sys_validate_record(
    record: &Record,
    call_zome_workspace: &HostFnWorkspace,
    network: HolochainP2pDna,
    conductor_handle: &Conductor
) -> SysValidationOutcome<()>
Expand description

Direct system validation call that takes a Record instead of an op. Does not require holding dependencies. Will not await dependencies and instead returns that outcome immediately.