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

Method getOutputScript

src/scripts/nonstandard_script.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 }
28
29 CScriptView ScriptAddress<AddressType::NONSTANDARD>::getOutputScript() const {
30 return {getData()->scriptData.begin(), getData()->scriptData.end()};
31 }
32
33 std::string ScriptAddress<AddressType::NONSTANDARD>::inputString() const {
34 auto inputScript = getInputScript();

Callers

nothing calls this directly

Calls 3

getDataFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected