28 namespace graphene {
namespace chain {
43 implementation_ids, impl_special_authority_object_type>
54 ordered_unique< tag<by_id>, member< object, object_id_type, &object::id > >,
55 ordered_unique< tag<by_account>,
56 member< special_authority_object, account_id_type, &special_authority_object::account> >
#define MAP_OBJECT_ID_TO_TYPE(OBJECT)
FC_REFLECT_TYPENAME(fc::log_message)
#define GRAPHENE_DECLARE_EXTERNAL_SERIALIZATION(type)
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 > > > > special_authority_multi_idx_typ