Scorum
Classes | Namespaces | Typedefs
transaction_object.hpp File Reference
#include <scorum/protocol/transaction.hpp>
#include <scorum/chain/schema/scorum_object_types.hpp>
#include <boost/multi_index/hashed_index.hpp>

Go to the source code of this file.

Classes

class  scorum::chain::transaction_object
 

Namespaces

 scorum
 
 scorum::chain
 

Typedefs

typedef shared_multi_index_container< transaction_object, indexed_by< ordered_unique< tag< by_id >, member< transaction_object, transaction_object_id_type, &transaction_object::id > >, hashed_unique< tag< by_trx_id >, BOOST_MULTI_INDEX_MEMBER(transaction_object, transaction_id_type, trx_id), std::hash< transaction_id_type > >, ordered_non_unique< tag< by_expiration >, member< transaction_object, time_point_sec, &transaction_object::expiration > > > > scorum::chain::transaction_index