Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
99
uint256 CAlert::GetHash() const
100
{
101
return Hash(this->vchMsg.begin(), this->vchMsg.end());
102
}
103
104
bool CAlert::IsInEffect() const
105
{
Callers
15
WalletTxToJSON
Function · 0.45
sendtoaddress
Function · 0.45
sendtoaddressix
Function · 0.45
signmessage
Function · 0.45
sendfrom
Function · 0.45
sendmany
Function · 0.45
ListReceived
Function · 0.45
createcontract
Function · 0.45
sendtocontract
Function · 0.45
generateBlocks
Function · 0.45
IsRBFOptIn
Function · 0.45
GetBlockHash
Method · 0.45
Calls
3
Hash
Function · 0.70
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected