MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / GetStartTimeInit

Method GetStartTimeInit

src/config/configuration.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118uint32_t G_CONFIG_TABLE::GetStartTimeInit(const NET_TYPE type) const {
119 assert(type >= 0 && type < 3);
120 return StartTime[type];
121}
122
123uint8_t G_CONFIG_TABLE::GetTotalDelegateNum() const { return TotalDelegateNum; }
124

Callers 3

CMainParamsMethod · 0.80
CTestNetParamsMethod · 0.80
CRegTestParamsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected