Scorum
Classes | Namespaces | Typedefs
proposal_object.hpp File Reference
#include <scorum/protocol/types.hpp>
#include <scorum/protocol/proposal_operations.hpp>
#include <scorum/chain/schema/scorum_object_types.hpp>

Go to the source code of this file.

Classes

class  scorum::chain::proposal_object
 

Namespaces

 scorum
 
 scorum::chain
 

Typedefs

typedef shared_multi_index_container< proposal_object, indexed_by< ordered_unique< tag< by_id >, member< proposal_object, proposal_id_type, &proposal_object::id > >, ordered_non_unique< tag< by_expiration >, member< proposal_object, fc::time_point_sec, &proposal_object::expiration > >, ordered_non_unique< tag< by_created >, member< proposal_object, fc::time_point_sec, &proposal_object::created > > > > scorum::chain::proposal_object_index