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

#include <metrics.hpp>

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

Public Attributes

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 16 of file metrics.hpp.

Member Data Documentation

◆ author_reward_payouts

uint32_t scorum::account_statistics::account_metric::author_reward_payouts = 0

Number of author reward payouts.

Definition at line 60 of file metrics.hpp.

◆ author_rewards_scorumpower

asset scorum::account_statistics::account_metric::author_rewards_scorumpower = asset(0, SP_SYMBOL)

SP paid for author rewards.

Definition at line 61 of file metrics.hpp.

◆ author_rewards_total_scorum_value

asset scorum::account_statistics::account_metric::author_rewards_total_scorum_value = asset(0, SCORUM_SYMBOL)

SCR value of author rewards.

Definition at line 62 of file metrics.hpp.

◆ changed_reply_votes

uint32_t scorum::account_statistics::account_metric::changed_reply_votes = 0

Changed votes for replies.

Definition at line 58 of file metrics.hpp.

◆ changed_root_votes

uint32_t scorum::account_statistics::account_metric::changed_root_votes = 0

Changed votes for root comments.

Definition at line 56 of file metrics.hpp.

◆ curation_reward_payouts

uint32_t scorum::account_statistics::account_metric::curation_reward_payouts = 0

Number of curation reward payouts.

Definition at line 64 of file metrics.hpp.

◆ curation_rewards_scorum_value

asset scorum::account_statistics::account_metric::curation_rewards_scorum_value = asset(0, SCORUM_SYMBOL)

SCR value of curation rewards.

Definition at line 66 of file metrics.hpp.

◆ curation_rewards_scorumpower

asset scorum::account_statistics::account_metric::curation_rewards_scorumpower = asset(0, SP_SYMBOL)

SP paid for curation rewards.

Definition at line 65 of file metrics.hpp.

◆ finished_vesting_withdrawals

uint32_t scorum::account_statistics::account_metric::finished_vesting_withdrawals = 0

Processed vesting withdrawals that are now finished.

Definition at line 41 of file metrics.hpp.

◆ forum_ops

uint32_t scorum::account_statistics::account_metric::forum_ops = 0

Forum operations.

Definition at line 25 of file metrics.hpp.

◆ market_bandwidth

uint32_t scorum::account_statistics::account_metric::market_bandwidth = 0

Charged bandwidth for market transactions.

Definition at line 21 of file metrics.hpp.

◆ market_ops

uint32_t scorum::account_statistics::account_metric::market_ops = 0

Market operations.

Definition at line 24 of file metrics.hpp.

◆ modified_vesting_withdrawal_requests

uint32_t scorum::account_statistics::account_metric::modified_vesting_withdrawal_requests = 0

Changes to vesting withdraw requests.

Definition at line 39 of file metrics.hpp.

◆ new_reply_votes

uint32_t scorum::account_statistics::account_metric::new_reply_votes = 0

New votes on replies.

Definition at line 57 of file metrics.hpp.

◆ new_root_votes

uint32_t scorum::account_statistics::account_metric::new_root_votes = 0

New votes on root comments.

Definition at line 55 of file metrics.hpp.

◆ new_vesting_withdrawal_requests

uint32_t scorum::account_statistics::account_metric::new_vesting_withdrawal_requests = 0

New vesting withdrawal requests.

Definition at line 38 of file metrics.hpp.

◆ non_market_bandwidth

uint32_t scorum::account_statistics::account_metric::non_market_bandwidth = 0

Charged bandwidth for non-market transactions.

Definition at line 22 of file metrics.hpp.

◆ replies

uint32_t scorum::account_statistics::account_metric::replies = 0

Replies to comments.

Definition at line 52 of file metrics.hpp.

◆ replies_deleted

uint32_t scorum::account_statistics::account_metric::replies_deleted = 0

Replies deleted.

Definition at line 54 of file metrics.hpp.

◆ reply_edits

uint32_t scorum::account_statistics::account_metric::reply_edits = 0

Edits to replies.

Definition at line 53 of file metrics.hpp.

◆ root_comment_edits

uint32_t scorum::account_statistics::account_metric::root_comment_edits = 0

Edits to root comments.

Definition at line 50 of file metrics.hpp.

◆ root_comments

uint32_t scorum::account_statistics::account_metric::root_comments = 0

Top level root comments.

Definition at line 49 of file metrics.hpp.

◆ root_comments_deleted

uint32_t scorum::account_statistics::account_metric::root_comments_deleted = 0

Root comments deleted.

Definition at line 51 of file metrics.hpp.

◆ scorum_received

asset scorum::account_statistics::account_metric::scorum_received = asset(0, SCORUM_SYMBOL)

SCR received by this account.

Definition at line 34 of file metrics.hpp.

◆ scorum_received_from_routes

asset scorum::account_statistics::account_metric::scorum_received_from_routes = asset(0, SCORUM_SYMBOL)

SCR received from another account's vesting withdrawals.

Definition at line 45 of file metrics.hpp.

◆ scorum_received_from_withdrawls

asset scorum::account_statistics::account_metric::scorum_received_from_withdrawls = asset(0, SCORUM_SYMBOL)

SCR received from this account's vesting withdrawals.

Definition at line 44 of file metrics.hpp.

◆ scorum_sent

asset scorum::account_statistics::account_metric::scorum_sent = asset(0, SCORUM_SYMBOL)

counts as a transfer from A to B followed by a scorumpower deposit by B.

SCR sent from this account

Definition at line 33 of file metrics.hpp.

◆ scorum_transferred_to_scorumpower

asset scorum::account_statistics::account_metric::scorum_transferred_to_scorumpower = asset(0, SCORUM_SYMBOL)

SCR vested by the account.

Definition at line 35 of file metrics.hpp.

◆ scorumpower_received_by_transfers

asset scorum::account_statistics::account_metric::scorumpower_received_by_transfers = asset(0, SP_SYMBOL)

New SP by scorumpower transfers.

Definition at line 36 of file metrics.hpp.

◆ scorumpower_received_from_routes

asset scorum::account_statistics::account_metric::scorumpower_received_from_routes = asset(0, SP_SYMBOL)

SP received from another account's vesting withdrawals.

Definition at line 46 of file metrics.hpp.

◆ scorumpower_withdrawn

asset scorum::account_statistics::account_metric::scorumpower_withdrawn = asset(0, SP_SYMBOL)

SP withdrawn from the account.

Definition at line 43 of file metrics.hpp.

◆ signed_transactions

uint32_t scorum::account_statistics::account_metric::signed_transactions = 0

Transactions this account signed.

Definition at line 18 of file metrics.hpp.

◆ total_ops

uint32_t scorum::account_statistics::account_metric::total_ops = 0

Ops this account was an authority on.

Definition at line 23 of file metrics.hpp.

◆ transfers_from

uint32_t scorum::account_statistics::account_metric::transfers_from = 0

Account to account transfers from this account.

Definition at line 28 of file metrics.hpp.

◆ transfers_to

uint32_t scorum::account_statistics::account_metric::transfers_to = 0

Account to account transfers to this account.

Definition at line 29 of file metrics.hpp.

◆ transfers_to_scorumpower

uint32_t scorum::account_statistics::account_metric::transfers_to_scorumpower = 0

Transfers to scorumpower by this account. Note: Transfer to scorumpower from A to B

Definition at line 30 of file metrics.hpp.

◆ vesting_withdrawals_processed

uint32_t scorum::account_statistics::account_metric::vesting_withdrawals_processed = 0

Vesting withdrawals processed for this account.

Definition at line 40 of file metrics.hpp.


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