BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
graphene::chain::fba_accumulator_object Class Reference

#include <fba_object.hpp>

Inheritance diagram for graphene::chain::fba_accumulator_object:
graphene::db::abstract_object< fba_accumulator_object, implementation_ids, impl_fba_accumulator_object_type > graphene::db::base_abstract_object< fba_accumulator_object > graphene::db::object

Public Member Functions

bool is_configured (const database &db) const
 
- Public Member Functions inherited from graphene::db::abstract_object< fba_accumulator_object, implementation_ids, impl_fba_accumulator_object_type >
 abstract_object ()
 
object_id< SpaceID, TypeID > get_id () const
 
- Public Member Functions inherited from graphene::db::base_abstract_object< fba_accumulator_object >
std::unique_ptr< objectclone () const override
 
void move_from (object &obj) override
 
fc::variant to_variant () const override
 
std::vector< char > pack () const override
 
 object ()=default
 
 object (uint8_t space_id, uint8_t type_id)
 
- Public Member Functions inherited from graphene::db::object
 object ()=default
 
 object (uint8_t space_id, uint8_t type_id)
 
virtual ~object ()=default
 
virtual std::unique_ptr< objectclone () const =0
 
virtual fc::variant to_variant () const =0
 
virtual std::vector< char > pack () const =0
 

Public Attributes

share_type accumulated_fba_fees
 
optional< asset_id_type > designated_asset
 
- Public Attributes inherited from graphene::db::object
object_id_type id
 

Additional Inherited Members

- Static Public Attributes inherited from graphene::db::abstract_object< fba_accumulator_object, implementation_ids, impl_fba_accumulator_object_type >
static constexpr uint8_t space_id
 
static constexpr uint8_t type_id
 

Detailed Description

fba_accumulator_object accumulates fees to be paid out via buyback or other FBA mechanism.

Definition at line 37 of file fba_object.hpp.

Member Function Documentation

◆ is_configured()

bool graphene::chain::fba_accumulator_object::is_configured ( const database db) const

Definition at line 31 of file fba_object.cpp.

Member Data Documentation

◆ accumulated_fba_fees

share_type graphene::chain::fba_accumulator_object::accumulated_fba_fees

Definition at line 41 of file fba_object.hpp.

◆ designated_asset

optional< asset_id_type > graphene::chain::fba_accumulator_object::designated_asset

Definition at line 42 of file fba_object.hpp.


The documentation for this class was generated from the following files: