Home
last modified time | relevance | path

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

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libethereum/
H A DAccount.h236 m_hasNonce(_all), in m_hasBalance()
249 m_hasNonce(_hasNonce), in m_hasBalance()
255 bool allSet() const { return m_hasBalance && m_hasNonce && m_hasCode && m_hasStorage; } in allSet()
257 bool hasNonce() const { return m_hasNonce; } in hasNonce()
264 bool m_hasNonce; variable