StatsMod
Bases: Base
ORM model for the stats mod endpoint.
Attributes:
Name | Type | Description |
---|---|---|
uid |
int
|
Primary key. |
time |
datetime
|
Timestamp of the record. |
full_json |
dict
|
Full JSON data. |
config |
dict
|
Configuration data. |
ports |
dict
|
Ports data. |
fee |
int
|
Fee. |
min_payment_threshold |
int
|
Minimum payment threshold. |
network |
dict
|
Network data. |
height |
int
|
Network height. |
pool |
dict
|
Pool data. |
stats |
dict
|
Stats data. |
last_block_found |
str
|
Last block found. |
blocks |
dict
|
Blocks data. |
miners |
int
|
Number of miners. |
hashrate |
int
|
Hashrate. |
round_hashes |
int
|
Round hashes. |