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

Method UTXOScriptState

tools/parser/utxo_state.hpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24class UTXOScriptState : public SerializableMap<blocksci::InoutPointer, uint32_t> {
25public:
26 UTXOScriptState() : SerializableMap<blocksci::InoutPointer, uint32_t>({std::numeric_limits<uint32_t>::max(), 0}, {std::numeric_limits<uint32_t>::max(), 1}) {}
27};
28
29

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected