BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <fba_object.hpp>
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< object > | clone () 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< object > | clone () 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 |
fba_accumulator_object accumulates fees to be paid out via buyback or other FBA mechanism.
Definition at line 37 of file fba_object.hpp.
bool graphene::chain::fba_accumulator_object::is_configured | ( | const database & | db | ) | const |
Definition at line 31 of file fba_object.cpp.
share_type graphene::chain::fba_accumulator_object::accumulated_fba_fees |
Definition at line 41 of file fba_object.hpp.
optional< asset_id_type > graphene::chain::fba_accumulator_object::designated_asset |
Definition at line 42 of file fba_object.hpp.