Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SetNull
Method · 0.45
Unserialize
Method · 0.45
UnserializeTransaction
Function · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected