Scorum
|
#include <objects.hpp>
Public Attributes | |
id_type | id |
uint32_t | active_market_accounts = 0 |
Active market accounts in the bucket. More... | |
uint32_t | active_forum_accounts = 0 |
Active forum accounts in the bucket. More... | |
uint32_t | active_market_and_forum_accounts = 0 |
Active accounts in both the market and the forum. More... | |
![]() | |
fc::time_point_sec | open |
Open time of the bucket. More... | |
uint32_t | seconds = 0 |
Seconds accounted for in the bucket. More... | |
Definition at line 46 of file objects.hpp.
uint32_t scorum::account_statistics::activity_bucket_object::active_forum_accounts = 0 |
Active forum accounts in the bucket.
Definition at line 54 of file objects.hpp.
uint32_t scorum::account_statistics::activity_bucket_object::active_market_accounts = 0 |
Active market accounts in the bucket.
Definition at line 53 of file objects.hpp.
uint32_t scorum::account_statistics::activity_bucket_object::active_market_and_forum_accounts = 0 |
Active accounts in both the market and the forum.
Definition at line 55 of file objects.hpp.
id_type scorum::account_statistics::activity_bucket_object::id |
Definition at line 51 of file objects.hpp.