Scorum
Public Attributes | List of all members
scorum::account_statistics::activity_bucket_object Struct Reference

#include <objects.hpp>

Inheritance diagram for scorum::account_statistics::activity_bucket_object:
scorum::common_statistics::base_bucket_object

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...
 
- Public Attributes inherited from scorum::common_statistics::base_bucket_object
fc::time_point_sec open
 Open time of the bucket. More...
 
uint32_t seconds = 0
 Seconds accounted for in the bucket. More...
 

Detailed Description

Definition at line 46 of file objects.hpp.

Member Data Documentation

◆ active_forum_accounts

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.

◆ active_market_accounts

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.

◆ active_market_and_forum_accounts

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

id_type scorum::account_statistics::activity_bucket_object::id

Definition at line 51 of file objects.hpp.


The documentation for this struct was generated from the following file: