| 
    TARAXA
    
   | 
 
#include <subscriptions.hpp>

Public Member Functions | |
| TransactionsSubscription (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::TRANSACTIONS | 
Additional Inherited Members | |
  Protected Attributes inherited from taraxa::net::Subscription | |
| int | id_ | 
      
  | 
  inlineexplicit | 
      
  | 
  inlineoverridevirtual | 
Implements taraxa::net::Subscription.
      
  | 
  overridevirtual | 
Implements taraxa::net::Subscription.
      
  | 
  staticconstexpr |