BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Attributes | List of all members
graphene::market_history::liquidity_pool_history_object Struct Reference

#include <market_history_plugin.hpp>

Inheritance diagram for graphene::market_history::liquidity_pool_history_object:
graphene::db::abstract_object< liquidity_pool_history_object, MARKET_HISTORY_SPACE_ID, lp_history_object_type > graphene::db::base_abstract_object< liquidity_pool_history_object > graphene::db::object

Public Attributes

liquidity_pool_id_type pool
 
uint64_t sequence = 0
 
fc::time_point_sec time
 
int64_t op_type
 
operation_history_object op
 
- Public Attributes inherited from graphene::db::object
object_id_type id
 

Additional Inherited Members

- Public Member Functions inherited from graphene::db::abstract_object< liquidity_pool_history_object, MARKET_HISTORY_SPACE_ID, lp_history_object_type >
 abstract_object ()
 
object_id< SpaceID, TypeID > get_id () const
 
- Public Member Functions inherited from graphene::db::base_abstract_object< liquidity_pool_history_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
 
- Static Public Attributes inherited from graphene::db::abstract_object< liquidity_pool_history_object, MARKET_HISTORY_SPACE_ID, lp_history_object_type >
static constexpr uint8_t space_id
 
static constexpr uint8_t type_id
 

Detailed Description

Stores operation histories related to liquidity pools

Definition at line 217 of file market_history_plugin.hpp.

Member Data Documentation

◆ op

operation_history_object graphene::market_history::liquidity_pool_history_object::op

Definition at line 224 of file market_history_plugin.hpp.

◆ op_type

int64_t graphene::market_history::liquidity_pool_history_object::op_type

Definition at line 223 of file market_history_plugin.hpp.

◆ pool

liquidity_pool_id_type graphene::market_history::liquidity_pool_history_object::pool

Definition at line 220 of file market_history_plugin.hpp.

◆ sequence

uint64_t graphene::market_history::liquidity_pool_history_object::sequence = 0

Definition at line 221 of file market_history_plugin.hpp.

◆ time

fc::time_point_sec graphene::market_history::liquidity_pool_history_object::time

Definition at line 222 of file market_history_plugin.hpp.


The documentation for this struct was generated from the following file: