MCPcopy Create free account
hub / github.com/LUX-Core/lux / CMempoolAddressDeltaKey

Method CMempoolAddressDeltaKey

src/addressindex.h:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 uint32_t indexInOut;
43
44 CMempoolAddressDeltaKey(uint16_t addrType, uint160 addrHash, uint256 txh, unsigned int i, uint16_t sf) {
45 hashType = addrType;
46 hashBytes = addrHash;
47 txHash = txh;
48 indexInOut = (uint32_t) i;
49 spendFlags = sf;
50 }
51
52 CMempoolAddressDeltaKey(uint16_t addressType, uint160 addressHash) {
53 hashType = addressType;

Callers

nothing calls this directly

Calls 1

SetNullMethod · 0.45

Tested by

no test coverage detected