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

Go to the source code of this file.

Classes

class  graphene::chain::buyback_object
 

Namespaces

 graphene
 
 graphene::chain
 

Typedefs

typedef multi_index_container< buyback_object, indexed_by< ordered_unique< tag< by_id >, member< object, object_id_type, &object::id > >, ordered_unique< tag< by_asset >, member< buyback_object, asset_id_type, &buyback_object::asset_to_buy > > >> graphene::chain::buyback_multi_index_type
 
typedef generic_index< buyback_object, buyback_multi_index_type > graphene::chain::buyback_index