list_submissions

Function list_submissions 

Source
pub fn list_submissions(
    conn: &Connection,
    time_range: Range<Duration>,
    limit: i64,
) -> Result<Vec<(ContentAddress, Duration)>>
Expand description

List all submissions that were made within the given time range.

The number of results will be limited to the given limit.