MCPcopy Create free account
hub / github.com/cryptonomex/graphene / chainTime

Method chainTime

programs/light_client/ChainDataModel.cpp:113–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113QDateTime ChainDataModel::chainTime() const {
114 return QDateTime::fromTime_t(m_dynamic_global_properties.time.sec_since_epoch());
115}
116
117void ChainDataModel::processUpdatedObject(const fc::variant& update)
118{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected