MCPcopy Create free account
hub / github.com/LUX-Core/lux / GetHash

Method GetHash

src/alert.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99uint256 CAlert::GetHash() const
100{
101 return Hash(this->vchMsg.begin(), this->vchMsg.end());
102}
103
104bool CAlert::IsInEffect() const
105{

Callers 15

WalletTxToJSONFunction · 0.45
sendtoaddressFunction · 0.45
sendtoaddressixFunction · 0.45
signmessageFunction · 0.45
sendfromFunction · 0.45
sendmanyFunction · 0.45
ListReceivedFunction · 0.45
createcontractFunction · 0.45
sendtocontractFunction · 0.45
generateBlocksFunction · 0.45
IsRBFOptInFunction · 0.45
GetBlockHashMethod · 0.45

Calls 3

HashFunction · 0.70
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected