6 #ifndef KAGOME_TELEMETRY_SERVICE_HPP 7 #define KAGOME_TELEMETRY_SERVICE_HPP 63 virtual void notifyWasSynchronized() = 0;
83 virtual bool isEnabled()
const = 0;
86 using Telemetry = std::shared_ptr<TelemetryService>;
96 #endif // KAGOME_TELEMETRY_SERVICE_HPP
std::shared_ptr< TelemetryService > createTelemetryService()
Returns preliminary initialized instance of telemetry service.
Genesis block built into the client.
Block is part of the initial sync with the network.
Block was broadcasted on the network.
Block that was collated by this node.
Block was imported from a file.
void setTelemetryService(std::shared_ptr< TelemetryService > service)
std::shared_ptr< TelemetryService > Telemetry