Home
last modified time | relevance | path

Searched refs:m_codeHash (Results 1 – 2 of 2) sorted by relevance

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libethereum/
H A DAccount.h67 m_codeHash(_codeHash), in Account()
81 m_codeHash = EmptySHA3; in kill()
164 h256 codeHash() const { return m_codeHash; } in codeHash()
176 …void noteCode(bytesConstRef _code) { assert(sha3(_code) == m_codeHash); m_codeCache = _code.toByte… in noteCode()
212 h256 m_codeHash = EmptySHA3; variable
H A DAccount.cpp23 if (newHash != m_codeHash) in setCode()
27 m_codeHash = newHash; in setCode()
36 m_codeHash = EmptySHA3; in resetCode()