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

Method SetNull

src/primitives/transaction.h:309–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307 }
308
309 void SetNull()
310 {
311 nAsset.SetNull();
312 nValue.SetNull();
313 nNonce.SetNull();
314 scriptPubKey.clear();
315 }
316
317 bool IsNull() const
318 {

Callers 3

SetNullMethod · 0.45
UnserializeMethod · 0.45
UnserializeTransactionFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected