pub async fn sys_validate_record(
    record: &Record,
    call_zome_workspace: &HostFnWorkspace,
    network: HolochainP2pDna,
    conductor_handle: &dyn ConductorHandleT
) -> Result<(), OutcomeOrError<ValidationOutcome, SysValidationError>>
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.