| 106 | void SetVersion(int32_t nVersion) { this->nVersion = nVersion; } |
| 107 | uint256 GetPrevBlockHash() const { return prevBlockHash; } |
| 108 | void SetPrevBlockHash(uint256 prevBlockHash) { this->prevBlockHash = prevBlockHash; } |
| 109 | uint256 GetMerkleRootHash() const { return merkleRootHash; } |
| 110 | void SetMerkleRootHash(uint256 merkleRootHash) { this->merkleRootHash = merkleRootHash; } |
| 111 | uint32_t GetTime() const { return nTime; } |
no outgoing calls
no test coverage detected