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

Go to the source code of this file.

Classes

class  graphene::chain::witness_object
 

Namespaces

 graphene
 
 graphene::chain
 

Typedefs

using graphene::chain::witness_multi_index_type = multi_index_container< witness_object, indexed_by< ordered_unique< tag< by_id >, member< object, object_id_type, &object::id > >, ordered_unique< tag< by_account >, member< witness_object, account_id_type, &witness_object::witness_account > >, ordered_unique< tag< by_vote_id >, member< witness_object, vote_id_type, &witness_object::vote_id > > > >
 
using graphene::chain::witness_index = generic_index< witness_object, witness_multi_index_type >