Scorum
|
#include <proposal_object.hpp>
Public Types | |
using | cref_type = std::reference_wrapper< const proposal_object > |
Public Attributes | |
id_type | id |
account_name_type | creator |
protocol::proposal_operation | operation |
fc::time_point_sec | created |
fc::time_point_sec | expiration |
protocol::percent_type | quorum_percent = 0 |
fc::shared_flat_set< account_name_type > | voted_accounts |
Definition at line 10 of file proposal_object.hpp.
using scorum::chain::proposal_object::cref_type = std::reference_wrapper<const proposal_object> |
Definition at line 13 of file proposal_object.hpp.
fc::time_point_sec scorum::chain::proposal_object::created |
Definition at line 22 of file proposal_object.hpp.
account_name_type scorum::chain::proposal_object::creator |
Definition at line 18 of file proposal_object.hpp.
fc::time_point_sec scorum::chain::proposal_object::expiration |
Definition at line 23 of file proposal_object.hpp.
id_type scorum::chain::proposal_object::id |
Definition at line 17 of file proposal_object.hpp.
protocol::proposal_operation scorum::chain::proposal_object::operation |
Definition at line 20 of file proposal_object.hpp.
protocol::percent_type scorum::chain::proposal_object::quorum_percent = 0 |
Definition at line 25 of file proposal_object.hpp.
fc::shared_flat_set<account_name_type> scorum::chain::proposal_object::voted_accounts |
Definition at line 27 of file proposal_object.hpp.