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

Method ProcessAddressesStep

tools/parser/block_processor.hpp:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 AddressState &addressState;
84
85 ProcessAddressesStep(AddressState &addressState_) : addressState(addressState_) {}
86
87 std::vector<std::function<void(RawTransaction &tx)>> steps() override;
88};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected