Scorum
|
#include <scorum_api_objects.hpp>
Public Member Functions | |
proposal_api_obj (const proposal_object &p) | |
proposal_api_obj () | |
Public Attributes | |
proposal_object::id_type | id |
protocol::proposal_operation | operation |
account_name_type | creator |
fc::time_point_sec | expiration |
uint64_t | quorum_percent = 0 |
flat_set< account_name_type > | voted_accounts |
Definition at line 210 of file scorum_api_objects.hpp.
|
inline |
Definition at line 212 of file scorum_api_objects.hpp.
|
inline |
Definition at line 225 of file scorum_api_objects.hpp.
account_name_type scorum::app::proposal_api_obj::creator |
Definition at line 233 of file scorum_api_objects.hpp.
fc::time_point_sec scorum::app::proposal_api_obj::expiration |
Definition at line 235 of file scorum_api_objects.hpp.
proposal_object::id_type scorum::app::proposal_api_obj::id |
Definition at line 229 of file scorum_api_objects.hpp.
protocol::proposal_operation scorum::app::proposal_api_obj::operation |
Definition at line 231 of file scorum_api_objects.hpp.
uint64_t scorum::app::proposal_api_obj::quorum_percent = 0 |
Definition at line 237 of file scorum_api_objects.hpp.
flat_set<account_name_type> scorum::app::proposal_api_obj::voted_accounts |
Definition at line 239 of file scorum_api_objects.hpp.