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

Method GetNonce

src/persistence/block.h:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 uint32_t GetTime() const { return nTime; }
112 void SetTime(uint32_t time) { this->nTime = time; }
113 uint32_t GetNonce() const { return nNonce; }
114 void SetNonce(uint32_t nonce) { this->nNonce = nonce; }
115 uint32_t GetHeight() const { return height; }
116 void SetHeight(uint32_t height);

Callers 5

CheckBlockFunction · 0.80
CDiskBlockIndexMethod · 0.80
BlockToJSONFunction · 0.80
VerifyRewardTxFunction · 0.80
SetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected