Go to the source code of this file.
|
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 > |
|