BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Classes | Namespaces | Typedefs
committee_member_object.hpp File Reference
#include <graphene/chain/types.hpp>
#include <graphene/db/generic_index.hpp>
#include <graphene/protocol/vote.hpp>

Go to the source code of this file.

Classes

class  graphene::chain::committee_member_object
 tracks information about a committee_member account. More...
 

Namespaces

 graphene
 
 graphene::chain
 

Typedefs

using graphene::chain::committee_member_multi_index_type = multi_index_container< committee_member_object, indexed_by< ordered_unique< tag< by_id >, member< object, object_id_type, &object::id > >, ordered_unique< tag< by_account >, member< committee_member_object, account_id_type, &committee_member_object::committee_member_account > >, ordered_unique< tag< by_vote_id >, member< committee_member_object, vote_id_type, &committee_member_object::vote_id > > > >
 
using graphene::chain::committee_member_index = generic_index< committee_member_object, committee_member_multi_index_type >