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

Method GetGenesisBlockNonce

src/config/configuration.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32uint8_t G_CONFIG_TABLE::GetGenesisBlockNonce(const NET_TYPE type) const {
33 assert(type >= 0 && type < 3);
34 return GenesisBlockNonce[type];
35}
36
37uint256 G_CONFIG_TABLE::GetGenesisBlockHash(const NET_TYPE type) const {
38 assert(type >= 0 && type < 3);

Callers 3

CMainParamsMethod · 0.80
CTestNetParamsMethod · 0.80
CRegTestParamsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected