pub async fn get_ops_to_sys_validate(
    db: &DbRead<DbKindDht>
) -> WorkflowResult<Vec<DhtOpHashed>>
Expand description

Get all ops that need to sys or app validated in order.

  • Pending or awaiting sys dependencies.
  • Ordered by type then timestamp (See DhtOpOrder)