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

Go to the source code of this file.

Classes

class  graphene::chain::special_authority_object
 

Namespaces

 graphene
 
 graphene::chain
 

Typedefs

using graphene::chain::special_authority_multi_idx_typ = multi_index_container< special_authority_object, indexed_by< ordered_unique< tag< by_id >, member< object, object_id_type, &object::id > >, ordered_unique< tag< by_account >, member< special_authority_object, account_id_type, &special_authority_object::account > > > >
 
using graphene::chain::special_authority_index = generic_index< special_authority_object, special_authority_multi_idx_typ >