|
ORE Studio 0.0.4
|
Response containing currency version history. More...
#include <currency_history_protocol.hpp>

Public Member Functions | |
| std::vector< std::byte > | serialize () const |
| Serialize response to bytes. | |
Static Public Member Functions | |
| static std::expected< get_currency_history_response, comms::messaging::error_code > | deserialize (std::span< const std::byte > data) |
| Deserialize response from bytes. | |
Public Attributes | |
| bool | success |
| std::string | message |
| domain::currency_version_history | history |
Response containing currency version history.