|
BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <graphene/protocol/authority.hpp>#include <graphene/protocol/types.hpp>#include <graphene/db/generic_index.hpp>#include <fc/crypto/elliptic.hpp>Go to the source code of this file.
Classes | |
| class | graphene::chain::blinded_balance_object |
| tracks a blinded balance commitment More... | |
Namespaces | |
| graphene | |
| graphene::chain | |
Typedefs | |
| using | graphene::chain::blinded_balance_obj_multi_idx = multi_index_container< blinded_balance_object, indexed_by< ordered_unique< tag< by_id >, member< object, object_id_type, &object::id > >, ordered_unique< tag< by_commitment >, member< blinded_balance_object, commitment_type, &blinded_balance_object::commitment > > > > |
| using | graphene::chain::blinded_balance_index = generic_index< blinded_balance_object, blinded_balance_obj_multi_idx > |
1.8.17