pocx_aggregator 1.0.3

High-performance mining aggregator for PoCX protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// @generated automatically by Diesel CLI.

diesel::table! {
    submissions (id) {
        id -> Integer,
        account_id -> Text,
        machine_id -> Text,
        height -> BigInt,
        raw_quality -> BigInt,
        timestamp -> Timestamp,
    }
}