| 110 | void SetMerkleRootHash(uint256 merkleRootHash) { this->merkleRootHash = merkleRootHash; } |
| 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; } |
no outgoing calls