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

Method readWitnessStack

tools/parser/preproccessed_block.cpp:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void RawInput::readWitnessStack(SafeMemReader &reader) {
54 auto stackItemCount = reader.readVariableLengthInteger();
55 for (uint32_t j = 0; j < stackItemCount; j++) {
56 witnessStack.emplace_back(reader);
57 }
58}
59
60RawOutput::RawOutput(SafeMemReader &reader) {
61 value = static_cast<int64_t>(reader.readNext<Value>());

Callers 1

loadMethod · 0.80

Calls 1

Tested by

no test coverage detected