6 #ifndef TORII_COMMAND_SERVICE_HPP 7 #define TORII_COMMAND_SERVICE_HPP 9 #include <rxcpp/rx-observable-fwd.hpp> 14 class TransactionBatch;
34 virtual void handleTransactionBatch(
35 std::shared_ptr<shared_model::interface::TransactionBatch> batch) = 0;
44 virtual std::shared_ptr<shared_model::interface::TransactionResponse>
55 virtual rxcpp::observable<
56 std::shared_ptr<shared_model::interface::TransactionResponse>>
63 #endif // TORII_COMMAND_SERVICE_HPP
Definition: command_client.hpp:16
Definition: block_query.hpp:15
hash256_t hash(const T &pb)
Definition: pb_common.hpp:43
Definition: command_service.hpp:26
Definition: command_executor.hpp:12