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

Method getRawTransaction

tools/parser/preproccessed_block.cpp:221–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219#endif
220
221blocksci::RawTransaction RawTransaction::getRawTransaction() const {
222 return {realSize, baseSize, locktime, static_cast<uint16_t>(inputs.size()), static_cast<uint16_t>(outputs.size())};
223}
224
225blocksci::InoutPointer RawInput::getOutputPointer() const {
226 return {utxo.txNum, rawOutputPointer.outputNum};

Callers 1

stepsMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected