Wire Sysio Wire Sysion 1.0.0
|
#include <sysio/chain/config.hpp>
#include <stdint.h>
#include <fc/time.hpp>
#include <fc/variant.hpp>
#include <fc/string.hpp>
#include <fc/exception/exception.hpp>
#include <fc/reflect/reflect.hpp>
Go to the source code of this file.
Classes | |
class | sysio::chain::block_timestamp< IntervalMs, EpochMs > |
Namespaces | |
namespace | sysio |
namespace | sysio::chain |
namespace | fc |
namespace sysio::chain | |
Typedefs | |
typedef block_timestamp< config::block_interval_ms, config::block_timestamp_epoch > | sysio::chain::block_timestamp_type |
Functions | |
template<uint16_t IntervalMs, uint64_t EpochMs> | |
void | fc::to_variant (const sysio::chain::block_timestamp< IntervalMs, EpochMs > &t, fc::variant &v) |
template<uint16_t IntervalMs, uint64_t EpochMs> | |
void | fc::from_variant (const fc::variant &v, sysio::chain::block_timestamp< IntervalMs, EpochMs > &t) |