NetworkStats
Bases: Base
ORM model for the network stats endpoint.
Attributes:
Name | Type | Description |
---|---|---|
uid |
int
|
Primary key. |
time |
datetime
|
Timestamp of the record. |
full_json |
dict
|
Full JSON data. |
difficulty |
int
|
Network difficulty. |
hash_value |
str
|
Network hash value. |
height |
int
|
Network height. |
reward |
int
|
Network reward. |
timestamp |
int
|
Network timestamp. |