Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
data_log.hpp
Go to the documentation of this file.
1#pragma once
2#include <fc/variant.hpp>
6
7namespace sysio { namespace trace_api {
8
9 using data_log_entry = std::variant<
13 >;
14
15}}
std::variant< block_trace_v0, block_trace_v1, block_trace_v2 > data_log_entry
Definition data_log.hpp:9