MCPcopy Create free account
hub / github.com/citp/BlockSci / CScriptWitness

Method CScriptWitness

src/internal/bitcoin_script.hpp:674–674  ·  view source on GitHub ↗

Some compilers complain without a default constructor

Source from the content-addressed store, hash-verified

672
673 // Some compilers complain without a default constructor
674 CScriptWitness() { }
675
676 bool IsNull() const { return stack.empty(); }
677

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected