Scorum
Public Member Functions | List of all members
scorum::account_statistics::account_statistic Struct Reference

#include <metrics.hpp>

Inheritance diagram for scorum::account_statistics::account_statistic:
scorum::account_statistics::account_metric

Public Member Functions

account_statisticoperator+= (const account_metric &)
 

Additional Inherited Members

- Public Attributes inherited from scorum::account_statistics::account_metric
uint32_t signed_transactions = 0
 Transactions this account signed. More...
 
uint32_t market_bandwidth = 0
 Charged bandwidth for market transactions. More...
 
uint32_t non_market_bandwidth = 0
 Charged bandwidth for non-market transactions. More...
 
uint32_t total_ops = 0
 Ops this account was an authority on. More...
 
uint32_t market_ops = 0
 Market operations. More...
 
uint32_t forum_ops = 0
 Forum operations. More...
 
uint32_t transfers_from = 0
 Account to account transfers from this account. More...
 
uint32_t transfers_to = 0
 Account to account transfers to this account. More...
 
uint32_t transfers_to_scorumpower = 0
 
asset scorum_sent = asset(0, SCORUM_SYMBOL)
 counts as a transfer from A to B followed by a scorumpower deposit by B. More...
 
asset scorum_received = asset(0, SCORUM_SYMBOL)
 SCR received by this account. More...
 
asset scorum_transferred_to_scorumpower = asset(0, SCORUM_SYMBOL)
 SCR vested by the account. More...
 
asset scorumpower_received_by_transfers = asset(0, SP_SYMBOL)
 New SP by scorumpower transfers. More...
 
uint32_t new_vesting_withdrawal_requests = 0
 New vesting withdrawal requests. More...
 
uint32_t modified_vesting_withdrawal_requests = 0
 Changes to vesting withdraw requests. More...
 
uint32_t vesting_withdrawals_processed = 0
 Vesting withdrawals processed for this account. More...
 
uint32_t finished_vesting_withdrawals = 0
 Processed vesting withdrawals that are now finished. More...
 
asset scorumpower_withdrawn = asset(0, SP_SYMBOL)
 SP withdrawn from the account. More...
 
asset scorum_received_from_withdrawls = asset(0, SCORUM_SYMBOL)
 SCR received from this account's vesting withdrawals. More...
 
asset scorum_received_from_routes = asset(0, SCORUM_SYMBOL)
 SCR received from another account's vesting withdrawals. More...
 
asset scorumpower_received_from_routes = asset(0, SP_SYMBOL)
 SP received from another account's vesting withdrawals. More...
 
uint32_t root_comments = 0
 Top level root comments. More...
 
uint32_t root_comment_edits = 0
 Edits to root comments. More...
 
uint32_t root_comments_deleted = 0
 Root comments deleted. More...
 
uint32_t replies = 0
 Replies to comments. More...
 
uint32_t reply_edits = 0
 Edits to replies. More...
 
uint32_t replies_deleted = 0
 Replies deleted. More...
 
uint32_t new_root_votes = 0
 New votes on root comments. More...
 
uint32_t changed_root_votes = 0
 Changed votes for root comments. More...
 
uint32_t new_reply_votes = 0
 New votes on replies. More...
 
uint32_t changed_reply_votes = 0
 Changed votes for replies. More...
 
uint32_t author_reward_payouts = 0
 Number of author reward payouts. More...
 
asset author_rewards_scorumpower = asset(0, SP_SYMBOL)
 SP paid for author rewards. More...
 
asset author_rewards_total_scorum_value = asset(0, SCORUM_SYMBOL)
 SCR value of author rewards. More...
 
uint32_t curation_reward_payouts = 0
 Number of curation reward payouts. More...
 
asset curation_rewards_scorumpower = asset(0, SP_SYMBOL)
 SP paid for curation rewards. More...
 
asset curation_rewards_scorum_value = asset(0, SCORUM_SYMBOL)
 SCR value of curation rewards. More...
 

Detailed Description

Definition at line 70 of file metrics.hpp.

Member Function Documentation

◆ operator+=()

account_statistic & scorum::account_statistics::account_statistic::operator+= ( const account_metric stat)

Definition at line 7 of file metrics.cpp.


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