TARAXA
subscription.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include "SubscriptionObject.h"
4 
5 namespace graphql::taraxa {
6 
7 class Subscription {
8  public:
9  explicit Subscription() noexcept = default;
10 
11  response::Value getTestSubscription() const noexcept;
12 };
13 
14 } // namespace graphql::taraxa
Definition: subscription.hpp:7
response::Value getTestSubscription() const noexcept
Definition: subscription.cpp:7
Subscription() noexcept=default
Definition: account.hpp:10