MCPcopy 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
4782uint256 CTokenInfo::GetHash() const
4783{
4784 return SerializeHash(*this, SER_GETHASH, 0);
4785}
4786
4787
4788uint256 CTokenTx::GetHash() const

Callers 15

ToStringMethod · 0.45
MarkDirtyMethod · 0.45
AbandonTransactionMethod · 0.45
GetDenominatedBalanceMethod · 0.45
SelectCoinsMethod · 0.45
SelectCoinsDarkMethod · 0.45
SelectCoinsCollateralMethod · 0.45

Calls 1

SerializeHashFunction · 0.85

Tested by

no test coverage detected