Go to the source code of this file.
|
typedef bucket_object::id_type | scorum::account_statistics::bucket_id_type |
|
typedef activity_bucket_object::id_type | scorum::account_statistics::activity_bucket_id_type |
|
typedef shared_multi_index_container< bucket_object, indexed_by< ordered_unique< tag< by_id >, member< bucket_object, bucket_id_type, &bucket_object::id > >, ordered_unique< tag< common_statistics::by_bucket >, composite_key< bucket_object, member< common_statistics::base_bucket_object, uint32_t, &common_statistics::base_bucket_object::seconds >, member< common_statistics::base_bucket_object, fc::time_point_sec, &common_statistics::base_bucket_object::open > > > > > | scorum::account_statistics::bucket_index |
|
◆ ACCOUNT_STATISTICS_SPACE_ID
#define ACCOUNT_STATISTICS_SPACE_ID 10 |