pub async fn get_submission_contexts(
conn: &mut PgConnection,
registration_ids: &[Uuid],
) -> ModelResult<HashMap<Uuid, SubmissionContext>>Expand description
The per-row facts each phase needs to act on a batch of ledger rows without a lookup per row.