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

Function NonstandardScriptData

include/blocksci/core/script_data.hpp:187–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 }
186
187 NonstandardScriptData(uint32_t txNum, uint32_t scriptLength) : ScriptDataBase(txNum), scriptData(scriptLength) {}
188 };
189
190 struct BLOCKSCI_EXPORT NonstandardSpendScriptData {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected