BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Classes | Namespaces | Typedefs
balance_object.hpp File Reference
#include <graphene/chain/vesting_balance_object.hpp>

Go to the source code of this file.

Classes

class  graphene::chain::balance_object
 

Namespaces

 graphene
 
 graphene::chain
 

Typedefs

using graphene::chain::balance_multi_index_type = multi_index_container< balance_object, indexed_by< ordered_unique< tag< by_id >, member< object, object_id_type, &object::id > >, ordered_non_unique< tag< by_owner >, composite_key< balance_object, member< balance_object, address, &balance_object::owner >, const_mem_fun< balance_object, asset_id_type, &balance_object::asset_type > > > > >
 
using graphene::chain::balance_index = generic_index< balance_object, balance_multi_index_type >