Scorum
Public Member Functions | Public Attributes | List of all members
scorum::app::proposal_api_obj Struct Reference

#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_typevoted_accounts
 

Detailed Description

Definition at line 210 of file scorum_api_objects.hpp.

Constructor & Destructor Documentation

◆ proposal_api_obj() [1/2]

scorum::app::proposal_api_obj::proposal_api_obj ( const proposal_object p)
inline

Definition at line 212 of file scorum_api_objects.hpp.

◆ proposal_api_obj() [2/2]

scorum::app::proposal_api_obj::proposal_api_obj ( )
inline

Definition at line 225 of file scorum_api_objects.hpp.

Member Data Documentation

◆ creator

account_name_type scorum::app::proposal_api_obj::creator

Definition at line 233 of file scorum_api_objects.hpp.

◆ expiration

fc::time_point_sec scorum::app::proposal_api_obj::expiration

Definition at line 235 of file scorum_api_objects.hpp.

◆ id

proposal_object::id_type scorum::app::proposal_api_obj::id

Definition at line 229 of file scorum_api_objects.hpp.

◆ operation

protocol::proposal_operation scorum::app::proposal_api_obj::operation

Definition at line 231 of file scorum_api_objects.hpp.

◆ quorum_percent

uint64_t scorum::app::proposal_api_obj::quorum_percent = 0

Definition at line 237 of file scorum_api_objects.hpp.

◆ voted_accounts

flat_set<account_name_type> scorum::app::proposal_api_obj::voted_accounts

Definition at line 239 of file scorum_api_objects.hpp.


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