Scorum
|
#include <scorum_api_objects.hpp>
Public Member Functions | |
account_api_obj (const chain::account_object &a, const chain::database &db) | |
account_api_obj () | |
Definition at line 77 of file scorum_api_objects.hpp.
scorum::app::account_api_obj::account_api_obj | ( | const chain::account_object & | a, |
const chain::database & | db | ||
) |
Definition at line 20 of file scorum_api_objects.cpp.
|
inline |
Definition at line 81 of file scorum_api_objects.hpp.
authority scorum::app::account_api_obj::active |
Definition at line 89 of file scorum_api_objects.hpp.
bool scorum::app::account_api_obj::active_challenged = false |
Definition at line 101 of file scorum_api_objects.hpp.
time_point_sec scorum::app::account_api_obj::active_sp_holders_cashout_time = fc::time_point_sec::maximum() |
Definition at line 141 of file scorum_api_objects.hpp.
asset scorum::app::account_api_obj::active_sp_holders_pending_scr_reward = asset(0, SCORUM_SYMBOL) |
Definition at line 142 of file scorum_api_objects.hpp.
Definition at line 143 of file scorum_api_objects.hpp.
share_type scorum::app::account_api_obj::average_bandwidth = 0 |
Definition at line 121 of file scorum_api_objects.hpp.
share_type scorum::app::account_api_obj::average_market_bandwidth = 0 |
Definition at line 125 of file scorum_api_objects.hpp.
asset scorum::app::account_api_obj::balance = asset(0, SCORUM_SYMBOL) |
Definition at line 111 of file scorum_api_objects.hpp.
bool scorum::app::account_api_obj::can_vote = false |
Definition at line 107 of file scorum_api_objects.hpp.
uint32_t scorum::app::account_api_obj::comment_count = 0 |
Definition at line 133 of file scorum_api_objects.hpp.
time_point_sec scorum::app::account_api_obj::created |
Definition at line 98 of file scorum_api_objects.hpp.
bool scorum::app::account_api_obj::created_by_genesis = false |
Definition at line 99 of file scorum_api_objects.hpp.
asset scorum::app::account_api_obj::curation_rewards_scr = asset(0, SCORUM_SYMBOL) |
Definition at line 136 of file scorum_api_objects.hpp.
Definition at line 137 of file scorum_api_objects.hpp.
Definition at line 114 of file scorum_api_objects.hpp.
account_id_type scorum::app::account_api_obj::id |
Definition at line 85 of file scorum_api_objects.hpp.
std::string scorum::app::account_api_obj::json_metadata |
Definition at line 92 of file scorum_api_objects.hpp.
time_point_sec scorum::app::account_api_obj::last_account_recovery |
Definition at line 105 of file scorum_api_objects.hpp.
time_point_sec scorum::app::account_api_obj::last_account_update |
Definition at line 96 of file scorum_api_objects.hpp.
time_point_sec scorum::app::account_api_obj::last_active_proved |
Definition at line 103 of file scorum_api_objects.hpp.
time_point_sec scorum::app::account_api_obj::last_bandwidth_update |
Definition at line 123 of file scorum_api_objects.hpp.
time_point_sec scorum::app::account_api_obj::last_market_bandwidth_update |
Definition at line 127 of file scorum_api_objects.hpp.
time_point_sec scorum::app::account_api_obj::last_owner_proved |
Definition at line 102 of file scorum_api_objects.hpp.
time_point_sec scorum::app::account_api_obj::last_owner_update |
Definition at line 95 of file scorum_api_objects.hpp.
time_point_sec scorum::app::account_api_obj::last_post |
Definition at line 129 of file scorum_api_objects.hpp.
time_point_sec scorum::app::account_api_obj::last_root_post |
Definition at line 130 of file scorum_api_objects.hpp.
time_point_sec scorum::app::account_api_obj::last_vote_time |
Definition at line 109 of file scorum_api_objects.hpp.
share_type scorum::app::account_api_obj::lifetime_bandwidth = 0 |
Definition at line 122 of file scorum_api_objects.hpp.
share_type scorum::app::account_api_obj::lifetime_market_bandwidth = 0 |
Definition at line 126 of file scorum_api_objects.hpp.
public_key_type scorum::app::account_api_obj::memo_key |
Definition at line 91 of file scorum_api_objects.hpp.
account_name_type scorum::app::account_api_obj::name |
Definition at line 87 of file scorum_api_objects.hpp.
asset scorum::app::account_api_obj::nft_spend_scorumpower |
Definition at line 145 of file scorum_api_objects.hpp.
authority scorum::app::account_api_obj::owner |
Definition at line 88 of file scorum_api_objects.hpp.
bool scorum::app::account_api_obj::owner_challenged = false |
Definition at line 100 of file scorum_api_objects.hpp.
uint32_t scorum::app::account_api_obj::post_count = 0 |
Definition at line 132 of file scorum_api_objects.hpp.
authority scorum::app::account_api_obj::posting |
Definition at line 90 of file scorum_api_objects.hpp.
asset scorum::app::account_api_obj::posting_rewards_scr = asset(0, SCORUM_SYMBOL) |
Definition at line 138 of file scorum_api_objects.hpp.
Definition at line 139 of file scorum_api_objects.hpp.
std::vector<share_type> scorum::app::account_api_obj::proxied_vsf_votes |
Definition at line 117 of file scorum_api_objects.hpp.
account_name_type scorum::app::account_api_obj::proxy |
Definition at line 93 of file scorum_api_objects.hpp.
Definition at line 115 of file scorum_api_objects.hpp.
account_name_type scorum::app::account_api_obj::recovery_account |
Definition at line 104 of file scorum_api_objects.hpp.
Definition at line 113 of file scorum_api_objects.hpp.
uint32_t scorum::app::account_api_obj::vote_count = 0 |
Definition at line 134 of file scorum_api_objects.hpp.
uint16_t scorum::app::account_api_obj::voting_power = 0 |
Definition at line 108 of file scorum_api_objects.hpp.
uint16_t scorum::app::account_api_obj::witnesses_voted_for |
Definition at line 119 of file scorum_api_objects.hpp.