BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <market_history_plugin.hpp>
Public Attributes | |
asset_id_type | base |
asset_id_type | quote |
int64_t | sequence = 0 |
Friends | |
bool | operator< (const history_key &a, const history_key &b) |
bool | operator== (const history_key &a, const history_key &b) |
Definition at line 103 of file market_history_plugin.hpp.
|
friend |
Definition at line 108 of file market_history_plugin.hpp.
|
friend |
Definition at line 111 of file market_history_plugin.hpp.
asset_id_type graphene::market_history::history_key::base |
Definition at line 104 of file market_history_plugin.hpp.
asset_id_type graphene::market_history::history_key::quote |
Definition at line 105 of file market_history_plugin.hpp.
int64_t graphene::market_history::history_key::sequence = 0 |
Definition at line 106 of file market_history_plugin.hpp.