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

Method getWitnessScriptString

src/scripts/witness_unknown_script.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 std::string ScriptAddress<AddressType::WITNESS_UNKNOWN>::getWitnessScriptString() const {
40 return ScriptToAsmStr(getWitnessScript());
41 }
42
43 std::string ScriptAddress<AddressType::WITNESS_UNKNOWN>::toString() const {
44 std::stringstream ss;

Callers

nothing calls this directly

Calls 1

ScriptToAsmStrFunction · 0.85

Tested by

no test coverage detected