Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ GetHash
Method
GetHash
src/wallet.cpp:4782–4785 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4780
}
4781
4782
uint256 CTokenInfo::GetHash() const
4783
{
4784
return SerializeHash(*this, SER_GETHASH, 0);
4785
}
4786
4787
4788
uint256 CTokenTx::GetHash() const
Callers
15
ToString
Method · 0.45
GetVinAndKeysFromOutput
Method · 0.45
MarkDirty
Method · 0.45
AddToWalletIfInvolvingMe
Method · 0.45
AbandonTransaction
Method · 0.45
ReacceptWalletTransactions
Method · 0.45
GetAverageAnonymizedRounds
Method · 0.45
GetDenominatedBalance
Method · 0.45
SelectCoins
Method · 0.45
SelectCoinsByDenominations
Method · 0.45
SelectCoinsDark
Method · 0.45
SelectCoinsCollateral
Method · 0.45
Calls
1
SerializeHash
Function · 0.85
Tested by
no test coverage detected