MCPcopy Create free account
hub / github.com/ElementsProject/elements / SetNull

Method SetNull

src/wallet/walletdb.h:114–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 void SetNull()
115 {
116 nVersion = CHDChain::CURRENT_VERSION;
117 nExternalChainCounter = 0;
118 nInternalChainCounter = 0;
119 seed_id.SetNull();
120 }
121
122 bool operator==(const CHDChain& chain) const
123 {

Callers 10

SetNullMethod · 0.45
CInputCoinMethod · 0.45
fillBlindDetailsFunction · 0.45
spend.cppFile · 0.45
SignPSBTMethod · 0.45
AttachChainMethod · 0.45
GetIssuanceAssetsMethod · 0.45
ComputeBlindingDataMethod · 0.45
FillBlindsFunction · 0.45
blindrawtransactionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected