|
TARAXA
|
#include <subscriptions.hpp>

Public Member Functions | |
| DagBlockFinalizedSubscription (int id) | |
| SubscriptionType | getType () const override |
| std::string | processPayload (Json::Value payload) const override |
Public Member Functions inherited from taraxa::net::Subscription | |
| Subscription (int id) | |
| virtual | ~Subscription ()=default |
| int | getId () const |
Static Public Attributes | |
| static constexpr SubscriptionType | type = SubscriptionType::DAG_BLOCK_FINALIZED |
Additional Inherited Members | |
Protected Attributes inherited from taraxa::net::Subscription | |
| int | id_ |
|
inlineexplicit |
|
inlineoverridevirtual |
Implements taraxa::net::Subscription.
|
overridevirtual |
Implements taraxa::net::Subscription.
|
staticconstexpr |