TARAXA
|
#include <subscriptions.hpp>
Public Member Functions | |
DagBlocksSubscription (int id, bool hash_only=false) | |
SubscriptionType | getType () const override |
std::string | processPayload (Json::Value payload) const override |
![]() | |
Subscription (int id) | |
virtual | ~Subscription ()=default |
int | getId () const |
Static Public Attributes | |
static constexpr SubscriptionType | type = SubscriptionType::DAG_BLOCKS |
Private Attributes | |
bool | full_data_ = false |
Additional Inherited Members | |
![]() | |
int | id_ |
|
inlineexplicit |
|
inlineoverridevirtual |
Implements taraxa::net::Subscription.
|
overridevirtual |
Implements taraxa::net::Subscription.
|
private |
|
staticconstexpr |